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