| 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.DeliverabilityTestStatus
Description
Synopsis
Documentation
newtype DeliverabilityTestStatus Source #
The status of a predictive inbox placement test. If the status is
IN_PROGRESS, then the predictive inbox placement test is currently
running. Predictive inbox placement tests are usually complete within 24
hours of creating the test. If the status is COMPLETE, then the test
is finished, and you can use the GetDeliverabilityTestReport operation
to view the results of the test.
Constructors
| DeliverabilityTestStatus' | |
Fields | |
Bundled Patterns
| pattern DeliverabilityTestStatus_COMPLETED :: DeliverabilityTestStatus | |
| pattern DeliverabilityTestStatus_IN_PROGRESS :: DeliverabilityTestStatus |