Class: Aws::ECS::Types::TargetNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

The specified target wasn't found. You can view your available container instances with ListContainerInstances. Amazon ECS container instances are cluster-specific and Region-specific.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


16335
16336
16337
16338
16339
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16335

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