Class: Aws::CloudFormation::Errors::OperationIdAlreadyExistsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of OperationIdAlreadyExistsException.

Parameters:



205
206
207
# File 'lib/aws-sdk-cloudformation/errors.rb', line 205

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