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

Class ConfigNotFound

awscli/botocore/exceptions.py:303–310  ·  view source on GitHub ↗

The specified configuration file could not be found. :ivar path: The path to the configuration file.

Source from the content-addressed store, hash-verified

301
302
303class ConfigNotFound(BotoCoreError):
304 """
305 The specified configuration file could not be found.
306
307 :ivar path: The path to the configuration file.
308 """
309
310 fmt = 'The specified config file ({path}) could not be found.'
311
312
313class MissingParametersError(BotoCoreError):

Callers 1

parse_key_val_fileFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected