Class: Aws::CognitoIdentityProvider::Types::InvalidLambdaResponseException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::InvalidLambdaResponseException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
This exception is thrown when Amazon Cognito encounters an invalid Lambda response.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message returned when Amazon Cognito throws an invalid Lambda response exception.
 
Instance Attribute Details
#message ⇒ String
The message returned when Amazon Cognito throws an invalid Lambda response exception.
      7301 7302 7303 7304 7305  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7301 class InvalidLambdaResponseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |