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)


8387
8388
8389
8390
8391
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 8387

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