Amazon OpenSearch Service API · JSON Structure

Openapi Error Details Structure

ErrorDetails schema from Amazon OpenSearch Service API

Type: object Properties: 2
AnalyticsElasticsearchSearch

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

Properties

ErrorType 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-error-details-structure.json",
  "name": "ErrorDetails",
  "description": "ErrorDetails schema from Amazon OpenSearch Service API",
  "type": "object",
  "properties": {
    "ErrorType": {
      "$ref": "#/components/schemas/ErrorType"
    },
    "ErrorMessage": {
      "$ref": "#/components/schemas/ErrorMessage"
    }
  }
}