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