Amazon Entity Resolution · JSON Structure

Amazon Entity Resolution Error Details Structure

An object containing an error message, if there was an error.

Type: object Properties: 1
Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine Learning

ErrorDetails is a JSON Structure definition published by Amazon Entity Resolution, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

errorMessage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-structure/amazon-entity-resolution-error-details-structure.json",
  "name": "ErrorDetails",
  "description": "An object containing an error message, if there was an error.",
  "type": "object",
  "properties": {
    "errorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorMessage"
        },
        {
          "description": "The error message from the job, if there is one."
        }
      ]
    }
  }
}