Values.ActivateEmailContactRequestSourceActivates an email contact using an activation code. This code is in the activation email sent to the email address associated with this email contact.
type nonrec t = {arn : EmailContactArn.t;The Amazon Resource Name (ARN) of the resource.
*)code : Token.t;The activation code for this email contact. An email contact has a maximum of five activation attempts. Activation codes expire after 12 hours and are generated by the SendActivationCode API action.
*)}