AWSSESGetAccountSendingEnabledResponse

Objective-C

@interface AWSSESGetAccountSendingEnabledResponse

Swift

class AWSSESGetAccountSendingEnabledResponse

Represents a request to return the email sending status for your Amazon SES account in the current Amazon Web Services Region.

  • Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }