moto/moto/emr/exceptions.py

8 lines
128 B
Python
Raw Normal View History

from __future__ import unicode_literals
from moto.core.exceptions import RESTError
class EmrError(RESTError):
code = 400