MCPcopy Index your code
hub / github.com/aws/aws-cli / CredentialRetrievalError

Class CredentialRetrievalError

awscli/botocore/exceptions.py:188–198  ·  view source on GitHub ↗

Error attempting to retrieve credentials from a remote source. :ivar provider: The name of the credential provider. :ivar error_msg: The msg explaining why credentials could not be retrieved.

Source from the content-addressed store, hash-verified

186
187
188class CredentialRetrievalError(BotoCoreError):
189 """
190 Error attempting to retrieve credentials from a remote source.
191
192 :ivar provider: The name of the credential provider.
193 :ivar error_msg: The msg explaining why credentials could not be
194 retrieved.
195
196 """
197
198 fmt = 'Error when retrieving credentials from {provider}: {error_msg}'
199
200
201class UnknownSignatureVersionError(BotoCoreError):

Callers 4

_set_from_dataMethod · 0.90
fetch_credsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected