Fix iot exception definition
This commit is contained in:
parent
272b4802c3
commit
056a4e4672
@ -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