8 lines
128 B
Python
8 lines
128 B
Python
from __future__ import unicode_literals
|
|
|
|
from moto.core.exceptions import RESTError
|
|
|
|
|
|
class EmrError(RESTError):
|
|
code = 400
|