AWS Redshift · Schema

SnapshotErrorMessage

Describes the errors returned by a snapshot.

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
SnapshotIdentifier object
SnapshotClusterIdentifier object
FailureCode object
FailureReason object
View JSON Schema on GitHub

JSON Schema

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