Class: Aws::ECS::Types::ClusterNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ClusterNotFoundException
- Defined in:
- gems/aws-sdk-ecs/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.
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.
1078 1079 1080 1081 1082 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 1078 class ClusterNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |