Amazon Redshift · JSON Structure

Amazon Redshift Data Resource Not Found Exception Structure

Type: object Properties: 2
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

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

Properties

Message ResourceId

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

JSON Structure

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