Amazon SNS · Schema

ErrorResponse

EmailMessagingNotificationsPub/SubPush NotificationsSMS

Properties

Name Type Description
Error object
RequestId string The unique request identifier
View JSON Schema on GitHub

JSON Schema

amazon-sns-error-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "Error": {
      "type": "object"
    },
    "RequestId": {
      "type": "string",
      "description": "The unique request identifier"
    }
  }
}