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