Amazon DynamoDB · JSON Structure

Dynamodb Error Response Structure

Type: object Properties: 3
CloudDatabaseDocument StoreKey-ValueManaged ServiceNoSQLServerless

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

Properties

__type message Message

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ErrorResponse",
  "type": "object",
  "properties": {
    "__type": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "Message": {
      "type": "string"
    }
  }
}