Class: Aws::ECS::Types::TargetNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::TargetNotFoundException
- Includes:
- Structure
- Defined in:
- 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.
[1]: docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListContainerInstances.html
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.
16436 16437 16438 16439 16440 |
# File 'lib/aws-sdk-ecs/types.rb', line 16436 class TargetNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |