Fix the error code for IAMNotFoundException to NoSuchEntity used by AWS.
This commit is contained in:
parent
fe51fadda5
commit
965dc806c5
@ -7,7 +7,7 @@ class IAMNotFoundException(RESTError):
|
||||
|
||||
def __init__(self, message):
|
||||
super(IAMNotFoundException, self).__init__(
|
||||
"Not Found", message)
|
||||
"NoSuchEntity", message)
|
||||
|
||||
|
||||
class IAMConflictException(RESTError):
|
||||
|
Loading…
Reference in New Issue
Block a user