AWS Lambda · JSON Structure

Aws Lambda Error Response Structure

Type: object Properties: 3

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

Properties

Type Message Code

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"
    },
    "Code": {
      "type": "string"
    }
  }
}