Class: Aws::Comprehend::Types::ConcurrentModificationException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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