Amazon QLDB · JSON Structure

Amazon Qldb Error Cause Structure

ErrorCause schema from Amazon QLDB API

Type: string Properties: 0
BlockchainDatabaseLedger

ErrorCause is a JSON Structure definition published by Amazon QLDB. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-qldb/refs/heads/main/json-structure/amazon-qldb-error-cause-structure.json",
  "name": "ErrorCause",
  "description": "ErrorCause schema from Amazon QLDB API",
  "type": "string",
  "enum": [
    "KINESIS_STREAM_NOT_FOUND",
    "IAM_PERMISSION_REVOKED"
  ]
}