Add failures output to ecs.describe_services (#3641)

* Add failures output to ecs.describe_services

* Fix autoscaling tests
This commit is contained in:
Anton Grübel 2021-02-01 13:19:46 +01:00 committed by GitHub
commit 0211e9d78d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 261 additions and 175 deletions

View file

@ -45,7 +45,7 @@ class ClusterNotFoundException(JsonRESTError):
def __init__(self):
super(ClusterNotFoundException, self).__init__(
error_type="ClientException", message="Cluster not found",
error_type="ClusterNotFoundException", message="Cluster not found.",
)