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