Amazon Redshift · Schema

ResourceNotFoundException

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Properties

Name Type Description
Message string A description of the resource not found error
ResourceId string The identifier of the resource that was not found
View JSON Schema on GitHub

JSON Schema

amazon-redshift-data-resource-not-found-exception-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceNotFoundException",
  "type": "object",
  "properties": {
    "Message": {
      "type": "string",
      "description": "A description of the resource not found error"
    },
    "ResourceId": {
      "type": "string",
      "description": "The identifier of the resource that was not found"
    }
  }
}