AWSSESSendBulkTemplatedEmailResponse

Objective-C

@interface AWSSESSendBulkTemplatedEmailResponse

Swift

class AWSSESSendBulkTemplatedEmailResponse
  • One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSESBulkEmailDestinationStatus *> *_Nullable status;

    Swift

    var status: [AWSSESBulkEmailDestinationStatus]? { get set }