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