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