Module Values.VpcEndpointErrorSource

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

Sourcetype nonrec t = {
  1. vpcEndpointId : VpcEndpointId.t option;
    (*

    The unique identifier of the endpoint.

    *)
  2. errorCode : VpcEndpointErrorCode.t option;
    (*

    The code associated with the error.

    *)
  3. errorMessage : String_.t option;
    (*

    A message describing the error.

    *)
}
Sourceval make : ?vpcEndpointId:??? -> ?errorCode:??? -> ?errorMessage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of VpcEndpointId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t