Class: Aws::ECS::Errors::UnsupportedFeatureException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedFeatureException

Returns a new instance of UnsupportedFeatureException.

Parameters:



323
324
325
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 323

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end