Class: Aws::CloudFormation::Errors::NameAlreadyExistsException

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) ⇒ NameAlreadyExistsException

Returns a new instance of NameAlreadyExistsException.

Parameters:



184
185
186
# File 'lib/aws-sdk-cloudformation/errors.rb', line 184

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