CreateDeliverabilityTestReportResponse
public struct CreateDeliverabilityTestReportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let deliverabilityTestStatus: DeliverabilityTestStatus
-
A unique string that identifies the predictive inbox placement test.
Declaration
Swift
public let reportId: String
-
Undocumented
Declaration
Swift
public init(deliverabilityTestStatus: DeliverabilityTestStatus, reportId: String)