MCPcopy
hub / github.com/aws/aws-cli / NoCredentialsError

Class NoCredentialsError

awscli/botocore/exceptions.py:149–154  ·  view source on GitHub ↗

No credentials could be found.

Source from the content-addressed store, hash-verified

147
148
149class NoCredentialsError(BotoCoreError):
150 """
151 No credentials could be found.
152 """
153
154 fmt = 'Unable to locate credentials'
155
156
157class NoAuthTokenError(BotoCoreError):

Callers 10

raise_exceptionMethod · 0.90
_get_credentialsMethod · 0.90
add_authMethod · 0.90
add_authMethod · 0.90
add_authMethod · 0.90
add_authMethod · 0.90
add_authMethod · 0.90
callFunction · 0.90

Calls

no outgoing calls