Standard error response from the Data Exchange API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-schema/error-schema.json", "title": "Error", "description": "Standard error response from the Data Exchange API.", "type": "object", "properties": { "message": { "type": "string" }, "code": { "type": "string" }, "requestId": { "type": "string" } } }