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