Module Values.BulkEmailStatusSource
Sourcetype nonrec t = | Success| MessageRejected| MailFromDomainNotVerified| ConfigurationSetDoesNotExist| TemplateDoesNotExist| AccountSuspended| AccountThrottled| AccountDailyQuotaExceeded| InvalidSendingPoolName| AccountSendingPaused| ConfigurationSetSendingPaused| InvalidParameterValue| TransientFailure| Failed| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]