Class: Aws::CognitoIdentityProvider::Types::UserNotConfirmedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::UserNotConfirmedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
This exception is thrown when a user isn’t confirmed successfully.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message returned when a user isn’t confirmed successfully.
 
Instance Attribute Details
#message ⇒ String
The message returned when a user isn’t confirmed successfully.
      12210 12211 12212 12213 12214  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 12210 class UserNotConfirmedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |