Class: Aws::CognitoIdentityProvider::Types::UserLambdaValidationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::UserLambdaValidationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
This exception is thrown when the Amazon Cognito service encounters a user validation exception with the Lambda service.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message returned when the Amazon Cognito service returns a user validation exception with the Lambda service.
 
Instance Attribute Details
#message ⇒ String
The message returned when the Amazon Cognito service returns a user validation exception with the Lambda service.
      12196 12197 12198 12199 12200  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 12196 class UserLambdaValidationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |