Class: Aws::ECS::Types::NoUpdateAvailableException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


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

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