Amazon SQS · JSON Structure

Amazon Sqs Batch Result Error Entry Structure

Type: object Properties: 4
CloudDistributed SystemsMessagingMicroservicesQueue

BatchResultErrorEntry is a JSON Structure definition published by Amazon SQS, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Id Code Message SenderFault

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BatchResultErrorEntry",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "Code": {
      "type": "string"
    },
    "Message": {
      "type": "string"
    },
    "SenderFault": {
      "type": "boolean"
    }
  }
}