Class: Aws::Comprehend::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ConcurrentModificationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Concurrent modification of the tags associated with an Amazon Comprehend resource is not supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
909 910 911 912 913 |
# File 'lib/aws-sdk-comprehend/types.rb', line 909 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |