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.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedFeatureException
Returns a new instance of UnsupportedFeatureException.
497 498 499 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 497 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
502 503 504 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 502 def @message || @data[:message] end |