Class: Aws::ECS::Types::PlatformTaskDefinitionIncompatibilityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::PlatformTaskDefinitionIncompatibilityException
- 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
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
11828 11829 11830 11831 11832 |
# File 'lib/aws-sdk-ecs/types.rb', line 11828 class PlatformTaskDefinitionIncompatibilityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |