{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-vpc-endpoint-error-code-structure.json", "name": "VpcEndpointErrorCode", "description": "Specifies the error code of the failure encountered while describing the VPC endpoint: ", "type": "string", "enum": [ "ENDPOINT_NOT_FOUND", "SERVER_ERROR" ] }