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