Amazon Glue DataBrew · JSON Structure

Glue Databrew Recipe Version Error Detail Structure

Represents any errors encountered when attempting to delete multiple recipe versions.

Type: object Properties: 3
Data AnalyticsData PreparationETLMachine Learning

RecipeVersionErrorDetail is a JSON Structure definition published by Amazon Glue DataBrew, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ErrorCode ErrorMessage RecipeVersion

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-glue-databrew/refs/heads/main/json-structure/glue-databrew-recipe-version-error-detail-structure.json",
  "name": "RecipeVersionErrorDetail",
  "description": "Represents any errors encountered when attempting to delete multiple recipe versions.",
  "type": "object",
  "properties": {
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ErrorCode"
        },
        {
          "description": "The HTTP status code for the error."
        }
      ]
    },
    "ErrorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecipeErrorMessage"
        },
        {
          "description": "The text of the error message."
        }
      ]
    },
    "RecipeVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecipeVersion"
        },
        {
          "description": "The identifier for the recipe version associated with this error."
        }
      ]
    }
  }
}