Merge pull request #1429 from toshitanian/fix-iot-exception-definition
Fix iot exception definition
This commit is contained in:
commit
f31cf795b3
@ -28,5 +28,6 @@ class VersionConflictException(IoTClientError):
|
|||||||
def __init__(self, name):
|
def __init__(self, name):
|
||||||
self.code = 409
|
self.code = 409
|
||||||
super(VersionConflictException, self).__init__(
|
super(VersionConflictException, self).__init__(
|
||||||
|
'VersionConflictException',
|
||||||
'The version for thing %s does not match the expected version.' % name
|
'The version for thing %s does not match the expected version.' % name
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user