Values.SendCustomVerificationEmailResponseSourceThe response received when attempting to send the custom verification email.
type sendCustomVerificationEmailResult = {messageId : MessageId.t option;The unique message identifier returned from the SendCustomVerificationEmail operation.
*)}and t = {sendCustomVerificationEmailResult : sendCustomVerificationEmailResult;responseMetaData : responseMetaData;}type error = [ | `ConfigurationSetDoesNotExistException of
ConfigurationSetDoesNotExistException.t| `CustomVerificationEmailTemplateDoesNotExistException of
CustomVerificationEmailTemplateDoesNotExistException.t| `FromEmailAddressNotVerifiedException of FromEmailAddressNotVerifiedException.t| `MessageRejected of MessageRejected.t| `ProductionAccessNotGrantedException of ProductionAccessNotGrantedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConfigurationSetDoesNotExistException of
ConfigurationSetDoesNotExistException.t
| `CustomVerificationEmailTemplateDoesNotExistException of
CustomVerificationEmailTemplateDoesNotExistException.t
| `FromEmailAddressNotVerifiedException of
FromEmailAddressNotVerifiedException.t
| `MessageRejected of unit
| `ProductionAccessNotGrantedException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConfigurationSetDoesNotExistException of
ConfigurationSetDoesNotExistException.t
| `CustomVerificationEmailTemplateDoesNotExistException of
CustomVerificationEmailTemplateDoesNotExistException.t
| `FromEmailAddressNotVerifiedException of
FromEmailAddressNotVerifiedException.t
| `MessageRejected of unit
| `ProductionAccessNotGrantedException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string * [> `Structure of (string * [> `String of MessageId.t ]) list ])
list ]