Module Values.AwsEc2VpcPeeringConnectionStatusDetailsSource

Details about the status of the VPC peering connection.

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

    The status of the VPC peering connection.

    *)
  2. message : NonEmptyString.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 * [> `String of NonEmptyString.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