moto/moto/dynamodb2/exceptions.py
cm-iwata 9bf8fd3417 fix #2011 (#2012)
add support for Scan method using LSI or GSI
2019-05-21 17:45:30 +01:00

3 lines
50 B
Python

class InvalidIndexNameError(ValueError):
pass