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

Class LoginRefreshPasswordChanged

awscli/botocore/exceptions.py:773–777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771
772
773class LoginRefreshPasswordChanged(LoginError):
774 fmt = (
775 "Unable to refresh login credentials because of a change in your "
776 "password. Please reauthenticate with your new password using 'aws login'."
777 )
778
779
780class LoginInsufficientPermissions(LoginError):

Callers 1

refresh_credentialsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected