Class: Aws::ResourceGroupsTaggingAPI::Types::ConcurrentModificationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb

Overview

The target of the operation is currently being modified by a different request. Try again later.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


49
50
51
52
53
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 49

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