diff --git a/moto/autoscaling/exceptions.py b/moto/autoscaling/exceptions.py index 05af2598..7dd81e0d 100644 --- a/moto/autoscaling/exceptions.py +++ b/moto/autoscaling/exceptions.py @@ -6,7 +6,8 @@ class AutoscalingClientError(RESTError): code = 400 -class ResourceContentionError(AutoscalingClientError): +class ResourceContentionError(RESTError): + code = 500 def __init__(self): super(ResourceContentionError, self).__init__(