| 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.SESV2.Types.DkimStatus
Description
Synopsis
- newtype DkimStatus where
- DkimStatus' { }
- pattern DkimStatus_FAILED :: DkimStatus
- pattern DkimStatus_NOT_STARTED :: DkimStatus
- pattern DkimStatus_PENDING :: DkimStatus
- pattern DkimStatus_SUCCESS :: DkimStatus
- pattern DkimStatus_TEMPORARY_FAILURE :: DkimStatus
Documentation
newtype DkimStatus Source #
The DKIM authentication status of the identity. The status can be one of the following:
PENDING– The verification process was initiated, but Amazon SES hasn't yet detected the DKIM records in the DNS configuration for the domain.SUCCESS– The verification process completed successfully.FAILED– The verification process failed. This typically occurs when Amazon SES fails to find the DKIM records in the DNS configuration of the domain.TEMPORARY_FAILURE– A temporary issue is preventing Amazon SES from determining the DKIM authentication status of the domain.NOT_STARTED– The DKIM verification process hasn't been initiated for the domain.
Constructors
| DkimStatus' | |
Fields | |
Bundled Patterns
| pattern DkimStatus_FAILED :: DkimStatus | |
| pattern DkimStatus_NOT_STARTED :: DkimStatus | |
| pattern DkimStatus_PENDING :: DkimStatus | |
| pattern DkimStatus_SUCCESS :: DkimStatus | |
| pattern DkimStatus_TEMPORARY_FAILURE :: DkimStatus |