Amazon OpenSearch Service API · JSON Structure

Openapi Vpc Endpoint Error Structure

Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.

Type: object Properties: 3
AnalyticsElasticsearchSearch

VpcEndpointError is a JSON Structure definition published by Amazon OpenSearch Service API, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VpcEndpointId ErrorCode ErrorMessage

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-structure.json",
  "name": "VpcEndpointError",
  "description": "Error information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.",
  "type": "object",
  "properties": {
    "VpcEndpointId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VpcEndpointId"
        },
        {
          "description": "The unique identifier of the endpoint. "
        }
      ]
    },
    "ErrorCode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VpcEndpointErrorCode"
        },
        {
          "description": "The code associated with the error."
        }
      ]
    },
    "ErrorMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "A message describing the error."
        }
      ]
    }
  }
}