Smaws_Client_SES.GetCustomVerificationEmailTemplateReturns the custom email verification template for the template name you specify.
For more information about custom verification email templates, see Using Custom Verification Email Templates in the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CustomVerificationEmailTemplateDoesNotExistException of
Types.custom_verification_email_template_does_not_exist_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.get_custom_verification_email_template_request ->
(Types.get_custom_verification_email_template_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CustomVerificationEmailTemplateDoesNotExistException of
Types.custom_verification_email_template_does_not_exist_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.get_custom_verification_email_template_request ->
(Types.get_custom_verification_email_template_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CustomVerificationEmailTemplateDoesNotExistException of
Types.custom_verification_email_template_does_not_exist_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result