Class: Aws::CognitoIdentityProvider::Types::ConcurrentModificationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::ConcurrentModificationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
This exception is thrown if two or more modifications are happening concurrently.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The message provided when the concurrent exception is thrown.
 
Instance Attribute Details
#message ⇒ String
The message provided when the concurrent exception is thrown.
      3126 3127 3128 3129 3130  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 3126 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |