MCPcopy Create free account
hub / github.com/aws/aws-cli / UnauthorizedSSOTokenError

Class UnauthorizedSSOTokenError

awscli/botocore/exceptions.py:746–751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744
745
746class UnauthorizedSSOTokenError(SSOError):
747 fmt = (
748 "The SSO session associated with this profile has expired or is "
749 "otherwise invalid. To refresh this SSO session run aws sso login "
750 "with the corresponding profile."
751 )
752
753
754class AuthCodeFetcherError(SSOError):

Callers 1

_get_credentialsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected