Class: Aws::CloudWatch::Errors::ConcurrentModificationException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConcurrentModificationException.

Parameters:



55
56
57
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/errors.rb', line 55

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