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.
17977 17978 17979 17980 17981 |
# File 'lib/aws-sdk-ecs/types.rb', line 17977 class UnsupportedFeatureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |