Class: Aws::CodeDeploy::Errors::ApplicationAlreadyExistsException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ApplicationAlreadyExistsException.

Parameters:



165
166
167
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/errors.rb', line 165

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