Class: Aws::ConfigService::Types::ResourceConcurrentModificationException

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

Overview

Two users are trying to modify the same query at the same time. Wait for a moment and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7868
7869
7870
7871
7872
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 7868

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