Values.VpcEndpointErrorSourceError information when attempting to describe an Amazon OpenSearch Service-managed VPC endpoint.
type nonrec t = {vpcEndpointId : VpcEndpointId.t option;The unique identifier of the endpoint.
*)errorCode : VpcEndpointErrorCode.t option;The code associated with the error.
*)errorMessage : String_.t option;A message describing the error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of VpcEndpointId.t ]) list ]