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)


12009
12010
12011
12012
12013
# File 'lib/aws-sdk-ecs/types.rb', line 12009

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