-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Description
The doc comment in the Rust ECS describe-clusters example states that it should list the clusters in the given region:
| /// Lists your Amazon Elastic Container Service clusters in the Region. |
However, it's calling DescribeClusters rather than ListClusters, which will always return an empty list unless clusters are given in the input. I think the intent was to call ListClusters.
Which SDK were you using?
Rust
Which OS were you using?
macOS
SDK version
0.22.0
OS version
No response
Metadata
Metadata
Assignees
Labels
No labels