Class: Aws::CloudControlApi::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudControlApi::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudcontrolapi/types.rb
Overview
The resource is currently being modified by another operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
81 82 83 84 85 |
# File 'lib/aws-sdk-cloudcontrolapi/types.rb', line 81 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |