Amazon MediaLive · JSON Structure

Medialive Api Batch Failed Result Model Structure

Details from a failed operation

Type: object Properties: 4
BroadcastingMedia ProcessingMedia

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

Properties

Arn Code Id Message

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-medialive/refs/heads/main/json-structure/medialive-api-batch-failed-result-model-structure.json",
  "name": "BatchFailedResultModel",
  "type": "object",
  "description": "Details from a failed operation",
  "properties": {
    "Arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "arn"
          },
          "description": "ARN of the resource"
        }
      ]
    },
    "Code": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "code"
          },
          "description": "Error code for the failed operation"
        }
      ]
    },
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "id"
          },
          "description": "ID of the resource"
        }
      ]
    },
    "Message": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "message"
          },
          "description": "Error message for the failed operation"
        }
      ]
    }
  }
}