Class: Aws::CodeDeploy::Errors::LifecycleEventAlreadyCompletedException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of LifecycleEventAlreadyCompletedException.

Parameters:



1135
1136
1137
# File 'lib/aws-sdk-codedeploy/errors.rb', line 1135

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