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