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

Class ParamValidationError

awscli/customizations/exceptions.py:15–20  ·  view source on GitHub ↗

CLI parameter validation failed. Indicates RC 252. This exception indicates that the command was either invalid or failed to pass a client side validation on the command syntax or parameters provided.

Source from the content-addressed store, hash-verified

13
14
15class ParamValidationError(Exception):
16 """CLI parameter validation failed. Indicates RC 252.
17
18 This exception indicates that the command was either invalid or failed to
19 pass a client side validation on the command syntax or parameters provided.
20 """
21
22
23class ConfigurationError(Exception):

Callers 15

index_hydrateFunction · 0.90
__call__Method · 0.90
_raise_usage_errorMethod · 0.90
_resolve_queryFunction · 0.90
_resolve_endpoint_urlFunction · 0.90
add_to_paramsMethod · 0.90
add_to_paramsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected