Class: Aws::CognitoIdentityProvider::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when the Amazon Cognito service encounters an invalid parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when the Amazon Cognito service throws an invalid parameter exception.
Instance Attribute Details
#message ⇒ String
The message returned when the Amazon Cognito service throws an invalid parameter exception.
5902 5903 5904 5905 5906 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5902 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |