Class: Aws::ECS::Types::NoUpdateAvailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::NoUpdateAvailableException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
There's no update available for this Amazon ECS container agent. This might be because the agent is already running the latest version or because it's so old that there's no update path to the current version.
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.
11672 11673 11674 11675 11676 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11672 class NoUpdateAvailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |