Class: Aws::CognitoIdentity::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentity::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentity/types.rb
Overview
Thrown for missing or bad input parameter(s).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned by an InvalidParameterException.
Instance Attribute Details
#message ⇒ String
The message returned by an InvalidParameterException.
745 746 747 748 749 |
# File 'lib/aws-sdk-cognitoidentity/types.rb', line 745 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |