runway.aws_sso_botocore.exceptions module
Botocore with support for AWS SSO exceptions.
- exception runway.aws_sso_botocore.exceptions.SSOError[source]
Bases:
botocore.exceptions.BotoCoreError
Base class for AWS SSO authentication errors.
- __init__(**kwargs)
- __new__(**kwargs)
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception runway.aws_sso_botocore.exceptions.PendingAuthorizationExpiredError[source]
Bases:
runway.aws_sso_botocore.exceptions.SSOError
Pending AWS SSO authorization expired.
- __init__(**kwargs)
- __new__(**kwargs)
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.