12 lines
170 B
Python
12 lines
170 B
Python
class ErrorAttributes:
|
|
CODE = "Code"
|
|
ERROR = "Error"
|
|
MESSAGE = "Message"
|
|
|
|
|
|
DEFAULT_ENCODING = "utf-8"
|
|
|
|
|
|
class HttpHeaders:
|
|
ErrorType = "x-amzn-ErrorType"
|