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