Module Values.VpcEndpointErrorDetailSource

Error information for a failed BatchGetVpcEndpoint request.

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

    The unique identifier of the VPC endpoint.

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

    An error message describing the reason for the failure.

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

    The error code for the failed request.

    *)
}
Sourceval make : ?id:??? -> ?errorMessage:??? -> ?errorCode:??? -> unit -> t
Sourceval to_value : t -> [> `Structure 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