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

Class ProfileNotFound

awscli/botocore/exceptions.py:282–290  ·  view source on GitHub ↗

The specified configuration profile was not found in the configuration file. :ivar profile: The name of the profile the user attempted to load.

Source from the content-addressed store, hash-verified

280
281
282class ProfileNotFound(BotoCoreError):
283 """
284 The specified configuration profile was not found in the
285 configuration file.
286
287 :ivar profile: The name of the profile the user attempted to load.
288 """
289
290 fmt = 'The config profile ({profile}) could not be found'
291
292
293class ConfigParseError(BotoCoreError):

Calls

no outgoing calls