Values.FailedProfileOutboundRequestSourceFailure details for a profile outbound request
type nonrec t = {clientToken : ClientToken.t option;id : ProfileOutboundRequestId.t option;failureCode : ProfileOutboundRequestFailureCode.t option;}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ClientToken.t ]) list ]