Class: Aws::ECS::Types::UnsupportedFeatureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::UnsupportedFeatureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
The specified task isn’t supported in this Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
18150 18151 18152 18153 18154 |
# File 'lib/aws-sdk-ecs/types.rb', line 18150 class UnsupportedFeatureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |