Class: Aws::CodeDeploy::Errors::LifecycleEventAlreadyCompletedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeDeploy::Errors::LifecycleEventAlreadyCompletedException
- Defined in:
- lib/aws-sdk-codedeploy/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LifecycleEventAlreadyCompletedException
constructor
A new instance of LifecycleEventAlreadyCompletedException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LifecycleEventAlreadyCompletedException
Returns a new instance of LifecycleEventAlreadyCompletedException.
1135 1136 1137 |
# File 'lib/aws-sdk-codedeploy/errors.rb', line 1135 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |