ECS / Client / exceptions / NoUpdateAvailableException

NoUpdateAvailableException#

class ECS.Client.exceptions.NoUpdateAvailableException#

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.

Example

try:
  ...
except client.exceptions.NoUpdateAvailableException as e:
  print(e.response)
response#

The parsed error response. All exceptions have a top level Error key that provides normalized access to common exception atrributes. All other keys are specific to this service or exception class.

Syntax

{}

Structure

  • (dict) –

    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.

    • Error (dict) – Normalized access to common exception attributes.

      • Code (string) – An identifier specifying the exception type.

      • Message (string) – A descriptive message explaining why the exception occured.