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