Amazon Data Exchange · JSON Structure

Error Structure

Standard error response from the Data Exchange API.

Type: typedMap Properties: 0
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptions

Error Structure is a JSON Structure definition published by Amazon Data Exchange. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-exchange/json-structure/error-structure.json",
  "title": "Error",
  "description": "Standard error response from the Data Exchange API.",
  "type": "typedMap",
  "fields": {
    "message": {
      "type": "str",
      "description": "The message field"
    },
    "code": {
      "type": "str",
      "description": "The code field"
    },
    "requestId": {
      "type": "str",
      "description": "The requestId field"
    }
  }
}