You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::CreateDeliverabilityTestReportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateDeliverabilityTestReportResponse
- Defined in:
- (unknown)
Overview
Information about the predictive inbox placement test that you created.
Returned by:
Instance Attribute Summary collapse
-
#deliverability_test_status ⇒ String
The status of the predictive inbox placement test.
-
#report_id ⇒ String
A unique string that identifies the predictive inbox placement test.
Instance Attribute Details
#deliverability_test_status ⇒ String
The status of the 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
to view
the results of the test.
Possible values:
- IN_PROGRESS
- COMPLETED
#report_id ⇒ String
A unique string that identifies the predictive inbox placement test.