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