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