Values_1.VpcPeeringConnectionStateReasonSourceDescribes the status of a VPC peering connection.
type nonrec t = {code : Values_0.VpcPeeringConnectionStateReasonCode.t option;The status of the VPC peering connection.
*)message : Values_0.String_.t option;A message that provides more information about the status, if applicable.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]