Class: Aws::ECS::Types::ClusterNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ClusterNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
The specified cluster wasn’t found. You can view your available clusters with [ListClusters]. Amazon ECS clusters are Region specific.
[1]: docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListClusters.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.
1100 1101 1102 1103 1104 |
# File 'lib/aws-sdk-ecs/types.rb', line 1100 class ClusterNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |