moto/moto/dynamodb2/exceptions.py
2019-10-14 10:02:22 +01:00

10 lines
205 B
Python

class InvalidIndexNameError(ValueError):
pass
class InvalidUpdateExpression(ValueError):
pass
class ItemSizeTooLarge(Exception):
message = 'Item size has exceeded the maximum allowed size'