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
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.
pattern DeliverabilityTestStatus_COMPLETED :: DeliverabilityTestStatus | |
pattern DeliverabilityTestStatus_IN_PROGRESS :: DeliverabilityTestStatus |