Class: Aws::CognitoIdentityProvider::Types::PreconditionNotMetException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::PreconditionNotMetException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
This exception is thrown when a precondition is not met.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message returned when a precondition is not met.
 
Instance Attribute Details
#message ⇒ String
The message returned when a precondition is not met.
      8777 8778 8779 8780 8781  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8777 class PreconditionNotMetException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |