moto/moto/dynamodb2/exceptions.py
2019-10-31 10:36:05 -07:00

11 lines
205 B
Python

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