Values.RejectChannelHandshakeDetailSourceContains details about a rejected channel handshake.
type nonrec t = {id : ChannelHandshakeId.t option;The unique identifier of the rejected handshake.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the rejected handshake.
*)status : HandshakeStatus.t option;The current status of the rejected handshake.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ChannelHandshakeId.t ]) list ]