AWSSESSendCustomVerificationEmailResponse

Objective-C

@interface AWSSESSendCustomVerificationEmailResponse

Swift

class AWSSESSendCustomVerificationEmailResponse

The response received when attempting to send the custom verification email.

  • The unique message identifier returned from the SendCustomVerificationEmail operation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable messageId;

    Swift

    var messageId: String? { get set }