Class: Aws::ECS::Errors::UnsupportedFeatureException
- Inherits:
- 
      ServiceError
      
        - Object
- ServiceError
- Aws::ECS::Errors::UnsupportedFeatureException
 
- Defined in:
- gems/aws-sdk-ecs/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.
| 345 346 347 | # File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 345 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |