Class: Aws::CodeDeploy::Errors::InvalidDeploymentInstanceTypeException

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) ⇒ InvalidDeploymentInstanceTypeException

Returns a new instance of InvalidDeploymentInstanceTypeException.

Parameters:



685
686
687
# File 'lib/aws-sdk-codedeploy/errors.rb', line 685

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