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