import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *

Indicates that the message could not be sent because Amazon SES could not read the MX record required to use the specified MAIL FROM domain. For information about editing the custom MAIL FROM domain settings for an identity, see the Amazon SES Developer Guide.

*/ export interface MailFromDomainNotVerifiedException extends __ServiceException__<_MailFromDomainNotVerifiedExceptionDetails> { name: "MailFromDomainNotVerifiedException"; } export interface _MailFromDomainNotVerifiedExceptionDetails { }