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.
 - 
  
    
      #reason_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The reason code of the exception.
 
Instance Attribute Details
#message ⇒ String
The message returned when the Amazon Cognito service throws an invalid parameter exception.
      7334 7335 7336 7337 7338 7339  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7334 class InvalidParameterException < Struct.new( :message, :reason_code) SENSITIVE = [] include Aws::Structure end  | 
  
#reason_code ⇒ String
The reason code of the exception.
      7334 7335 7336 7337 7338 7339  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7334 class InvalidParameterException < Struct.new( :message, :reason_code) SENSITIVE = [] include Aws::Structure end  |