Class: Aws::ECS::Types::PlatformTaskDefinitionIncompatibilityException

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

Overview

The specified platform version doesn’t satisfy the required capabilities of the task definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


11828
11829
11830
11831
11832
# File 'lib/aws-sdk-ecs/types.rb', line 11828

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