Values_1.ClientVpnEndpointAttributeStatusSourceDescribes the status of the Client VPN endpoint attribute.
type nonrec t = {code : Values_0.ClientVpnEndpointAttributeStatusCode.t option;The status code.
*)message : Values_0.String_.t option;The status message.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]