Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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 DKIM verification process was initiated, and Amazon Pinpoint is still waiting for the required CNAME records to appear in the DNS configuration for the domain.SUCCESS
– The DKIM authentication process completed successfully.FAILED
– The DKIM authentication process failed. This can happen when Amazon Pinpoint fails to find the required CNAME records in the DNS configuration of the domain.TEMPORARY_FAILURE
– A temporary issue is preventing Amazon Pinpoint from determining the DKIM authentication status of the domain.NOT_STARTED
– The DKIM verification process hasn't been initiated for the domain.
pattern DkimStatus_FAILED :: DkimStatus | |
pattern DkimStatus_NOT_STARTED :: DkimStatus | |
pattern DkimStatus_PENDING :: DkimStatus | |
pattern DkimStatus_SUCCESS :: DkimStatus | |
pattern DkimStatus_TEMPORARY_FAILURE :: DkimStatus |