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

Class LoginRefreshTokenExpired

awscli/botocore/exceptions.py:769–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

767
768
769class LoginRefreshTokenExpired(LoginError):
770 fmt = "Your session has expired. Please reauthenticate using 'aws login'."
771
772
773class LoginRefreshPasswordChanged(LoginError):

Callers 1

refresh_credentialsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected