Class: Aws::ECS::Types::UnsupportedFeatureException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


17977
17978
17979
17980
17981
# File 'lib/aws-sdk-ecs/types.rb', line 17977

class UnsupportedFeatureException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end