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