moto/moto/emr/exceptions.py
2017-02-23 19:43:48 -05:00

7 lines
128 B
Python

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