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

Class ConfigurationError

awscli/customizations/exceptions.py:23–28  ·  view source on GitHub ↗

CLI configuration is an invalid state. Indicates RC 253. This exception indicates that the command run may be syntactically correct but the CLI's environment or configuration is incorrect, incomplete, etc.

Source from the content-addressed store, hash-verified

21
22
23class ConfigurationError(Exception):
24 """CLI configuration is an invalid state. Indicates RC 253.
25
26 This exception indicates that the command run may be syntactically correct
27 but the CLI's environment or configuration is incorrect, incomplete, etc.
28 """

Callers 13

multiselect_choiceFunction · 0.90
add_timestamp_parserFunction · 0.90
_follow_redirectFunction · 0.90
resolve_start_urlFunction · 0.90
_sshMethod · 0.90
validate_regionFunction · 0.90
_run_mainMethod · 0.90
_run_mainMethod · 0.90

Calls

no outgoing calls