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

Class TokenRetrievalError

awscli/botocore/exceptions.py:165–174  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

163
164
165class TokenRetrievalError(BotoCoreError):
166 """
167 Error attempting to retrieve a token from a remote source.
168
169 :ivar provider: The name of the token provider.
170 :ivar error_msg: The msg explaining why the token could not be retrieved.
171
172 """
173
174 fmt = 'Error when retrieving token from {provider}: {error_msg}'
175
176
177class PartialCredentialsError(BotoCoreError):

Callers 1

_protected_refreshMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected