ResourceContentionError is indeed a 500
This commit is contained in:
parent
144611ff99
commit
cd96de4903
1 changed files with 2 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ class AutoscalingClientError(RESTError):
|
|||
code = 400
|
||||
|
||||
|
||||
class ResourceContentionError(AutoscalingClientError):
|
||||
class ResourceContentionError(RESTError):
|
||||
code = 500
|
||||
|
||||
def __init__(self):
|
||||
super(ResourceContentionError, self).__init__(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue