Class: Aws::Route53::Types::ConcurrentModification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::ConcurrentModification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
Another user submitted a request to create, update, or delete the object at the same time that you did. Retry the request.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      1088 1089 1090 1091 1092  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 1088 class ConcurrentModification < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |