moto/tests/test_redshiftdata/test_redshiftdata_constants.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
170 B
Python
Raw Permalink Normal View History

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