ClusterNotFoundException is thrown when cluster exists in the account/region #3093
Labels
bug
This issue is a bug.
p3
This is a minor priority issue
response-requested
Waiting on additional info or feedback. Will move to "closing-soon" in 5 days.
Describe the bug
When executing
ECSClient.descriveServices(DescribeServicesRequest().withCluster(clusterArn).withServices(serviceArn))
a
ClusterNotFoundException
exception is thrown, even though the cluster is present and is visible after executingECSClient.listClusters()
Note: The IAM user with which this method is executed has Full admin permissions.
Expected Behavior
Expected behavior would be to not get the exception when the cluster exists.
Current Behavior
Stack Trace:
The text was updated successfully, but these errors were encountered: