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)
- add_note()
Exception.add_note(note) – add a note to the exception
- 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)
- add_note()
Exception.add_note(note) – add a note to the exception
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception runway.aws_sso_botocore.exceptions.SSOTokenLoadError[source]
Bases:
runway.aws_sso_botocore.exceptions.SSOError
AWS SSO token load error.
- __init__(**kwargs)
- __new__(**kwargs)
- add_note()
Exception.add_note(note) – add a note to the exception
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
- exception runway.aws_sso_botocore.exceptions.UnauthorizedSSOTokenError[source]
Bases:
runway.aws_sso_botocore.exceptions.SSOError
Unauthorized AWS SSO token.
- __init__(**kwargs)
- __new__(**kwargs)
- add_note()
Exception.add_note(note) – add a note to the exception
- with_traceback()
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.