AWS Redshift · JSON Structure

Redshift Snapshot Error Message Structure

Describes the errors returned by a snapshot.

Type: object Properties: 4
AnalyticsBig DataCloud DatabaseData WarehouseSQL

SnapshotErrorMessage is a JSON Structure definition published by AWS Redshift, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

SnapshotIdentifier SnapshotClusterIdentifier FailureCode FailureReason

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "SnapshotIdentifier": {},
    "SnapshotClusterIdentifier": {},
    "FailureCode": {},
    "FailureReason": {}
  },
  "description": "Describes the errors returned by a snapshot.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-structure/redshift-snapshot-error-message-structure.json",
  "name": "SnapshotErrorMessage"
}