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)

885
886
887
888
889
# File 'lib/aws-sdk-comprehend/types.rb', line 885

class ConcurrentModificationException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end