Amazon Redshift · Schema

ValidationException

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Properties

Name Type Description
Message string A description of the validation error
View JSON Schema on GitHub

JSON Schema

amazon-redshift-data-validation-exception-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ValidationException",
  "type": "object",
  "properties": {
    "Message": {
      "type": "string",
      "description": "A description of the validation error"
    }
  }
}