Class: Aws::ECS::Types::PlatformUnknownException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

The specified platform version doesn’t exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


11842
11843
11844
11845
11846
# File 'lib/aws-sdk-ecs/types.rb', line 11842

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