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