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