CollectionErrorDetail

Error information for an OpenSearch Serverless request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The error code for the request. For example, NOT_FOUND.

Link copied to clipboard

A description of the error. For example, The specified Collection is not found.

Link copied to clipboard
val id: String?

If the request contains collection IDs, the response includes the IDs provided in the request.

Link copied to clipboard
val name: String?

If the request contains collection names, the response includes the names provided in the request.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String