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)


8418
8419
8420
8421
8422
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8418

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