Class: Aws::AppSync::Types::ConcurrentModificationException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::ConcurrentModificationException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Another modification is in progress at this time and it must complete before you can make your change.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      874 875 876 877 878  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 874 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |