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