| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.PinpointEmail.Types.MailFromDomainStatus
Description
Synopsis
- newtype MailFromDomainStatus where
Documentation
newtype MailFromDomainStatus Source #
The status of the MAIL FROM domain. This status can have the following values:
PENDING– Amazon Pinpoint hasn't started searching for the MX record yet.SUCCESS– Amazon Pinpoint detected the required MX record for the MAIL FROM domain.FAILED– Amazon Pinpoint can't find the required MX record, or the record no longer exists.TEMPORARY_FAILURE– A temporary issue occurred, which prevented Amazon Pinpoint from determining the status of the MAIL FROM domain.
Constructors
| MailFromDomainStatus' | |
Fields | |
Bundled Patterns
| pattern MailFromDomainStatus_FAILED :: MailFromDomainStatus | |
| pattern MailFromDomainStatus_PENDING :: MailFromDomainStatus | |
| pattern MailFromDomainStatus_SUCCESS :: MailFromDomainStatus | |
| pattern MailFromDomainStatus_TEMPORARY_FAILURE :: MailFromDomainStatus |