Class: Aws::CognitoIdentityProvider::Types::ExpiredCodeException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::ExpiredCodeException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
This exception is thrown if a code has expired.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message returned when the expired code exception is thrown.
 
Instance Attribute Details
#message ⇒ String
The message returned when the expired code exception is thrown.
      5922 5923 5924 5925 5926  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5922 class ExpiredCodeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |