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