Values_1.AssociationStatusSourceDescribes the state of a target network association.
type nonrec t = {code : AssociationStatusCode.t option;The state of the target network association.
*)message : Values_0.String_.t option;A message about the status of the target network association, if applicable.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]