VpcEndpointErrorCode

Specifies the error code of the failure encountered while describing the VPC endpoint:

AnalyticsElasticsearchSearch
View JSON Schema on GitHub

JSON Schema

openapi-vpc-endpoint-error-code-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-vpc-endpoint-error-code-schema.json",
  "title": "VpcEndpointErrorCode",
  "description": "Specifies the error code of the failure encountered while describing the VPC endpoint: <ul> <li>ENDPOINT_NOT_FOUND: Indicates that the requested VPC endpoint does not exist.</li> <li>SERVER_ERROR: Indicates the describe endpoint operation failed due to an internal server error.</li> </ul> ",
  "type": "string",
  "enum": [
    "ENDPOINT_NOT_FOUND",
    "SERVER_ERROR"
  ]
}