Class: Aws::CloudWatchEvents::Errors::ConcurrentModificationException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-cloudwatchevents/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConcurrentModificationException

Returns a new instance of ConcurrentModificationException.

Parameters:



53
54
55
# File 'lib/aws-sdk-cloudwatchevents/errors.rb', line 53

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end