Module Values_1.VpcPeeringConnectionStateReasonSource

Describes the status of a VPC peering connection.

Sourcetype nonrec t = {
  1. code : Values_0.VpcPeeringConnectionStateReasonCode.t option;
    (*

    The status of the VPC peering connection.

    *)
  2. message : Values_0.String_.t option;
    (*

    A message that provides more information about the status, if applicable.

    *)
}
Sourceval make : ?code:??? -> ?message:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.String_.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