diff --git a/moto/ecs/exceptions.py b/moto/ecs/exceptions.py index a780dc7c..bb7e685c 100644 --- a/moto/ecs/exceptions.py +++ b/moto/ecs/exceptions.py @@ -10,4 +10,4 @@ class ServiceNotFoundException(RESTError): error_type="ServiceNotFoundException", message="The service {0} does not exist".format(service_name), template='error_json', - ) + )