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

Class LoginInsufficientPermissions

awscli/botocore/exceptions.py:780–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778
779
780class LoginInsufficientPermissions(LoginError):
781 fmt = (
782 "Unable to create or refresh login credentials due to insufficient "
783 "permissions. You may be missing permission for the 'signin:CreateOAuth2Token' action."
784 )
785
786
787class LoginTokenLoadError(LoginError):

Callers 2

refresh_credentialsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected