Fix iot exception definition
This commit is contained in:
parent
272b4802c3
commit
056a4e4672
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue