moto/tests/test_redshiftdata/test_redshiftdata_constants.py

12 lines
170 B
Python
Raw Normal View History

class ErrorAttributes:
CODE = "Code"
ERROR = "Error"
MESSAGE = "Message"
DEFAULT_ENCODING = "utf-8"
class HttpHeaders:
ErrorType = "x-amzn-ErrorType"