/AWS1/CL_SE2GETACCOUNTRESPONSE¶
A list of details about the email-sending capabilities of your Amazon SES account in the current Amazon Web Services Region.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dedicatedipautowarmupenbd TYPE /AWS1/SE2ENABLED /AWS1/SE2ENABLED¶
Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.
iv_enforcementstatus TYPE /AWS1/SE2GENERALENFORCEMENTS00 /AWS1/SE2GENERALENFORCEMENTS00¶
The reputation status of your Amazon SES account. The status can be one of the following:
HEALTHY– There are no reputation-related issues that currently impact your account.
PROBATION– We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues.
SHUTDOWN– Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.
iv_productionaccessenabled TYPE /AWS1/SE2ENABLED /AWS1/SE2ENABLED¶
Indicates whether or not your account has production access in the current Amazon Web Services Region.
If the value is
false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.If the value is
true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.
io_sendquota TYPE REF TO /AWS1/CL_SE2SENDQUOTA /AWS1/CL_SE2SENDQUOTA¶
An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.
iv_sendingenabled TYPE /AWS1/SE2ENABLED /AWS1/SE2ENABLED¶
Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.
io_suppressionattributes TYPE REF TO /AWS1/CL_SE2SUPPRESSIONATTRS /AWS1/CL_SE2SUPPRESSIONATTRS¶
An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.
io_details TYPE REF TO /AWS1/CL_SE2ACCOUNTDETAILS /AWS1/CL_SE2ACCOUNTDETAILS¶
An object that defines your account details.
io_vdmattributes TYPE REF TO /AWS1/CL_SE2VDMATTRIBUTES /AWS1/CL_SE2VDMATTRIBUTES¶
The VDM attributes that apply to your Amazon SES account.
Queryable Attributes¶
DedicatedIpAutoWarmupEnabled¶
Indicates whether or not the automatic warm-up feature is enabled for dedicated IP addresses that are associated with your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEDICATEDIPAUTOWARMUPE00() |
Getter for DEDICATEDIPAUTOWARMUPENABLED |
EnforcementStatus¶
The reputation status of your Amazon SES account. The status can be one of the following:
HEALTHY– There are no reputation-related issues that currently impact your account.
PROBATION– We've identified potential issues with your Amazon SES account. We're placing your account under review while you work on correcting these issues.
SHUTDOWN– Your account's ability to send email is currently paused because of an issue with the email sent from your account. When you correct the issue, you can contact us and request that your account's ability to send email is resumed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENFORCEMENTSTATUS() |
Getter for ENFORCEMENTSTATUS, with configurable default |
ASK_ENFORCEMENTSTATUS() |
Getter for ENFORCEMENTSTATUS w/ exceptions if field has no v |
HAS_ENFORCEMENTSTATUS() |
Determine if ENFORCEMENTSTATUS has a value |
ProductionAccessEnabled¶
Indicates whether or not your account has production access in the current Amazon Web Services Region.
If the value is
false, then your account is in the sandbox. When your account is in the sandbox, you can only send email to verified identities.If the value is
true, then your account has production access. When your account has production access, you can send email to any address. The sending quota and maximum sending rate for your account vary based on your specific use case.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRODUCTIONACCESSENABLED() |
Getter for PRODUCTIONACCESSENABLED |
SendQuota¶
An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current Amazon Web Services Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENDQUOTA() |
Getter for SENDQUOTA |
SendingEnabled¶
Indicates whether or not email sending is enabled for your Amazon SES account in the current Amazon Web Services Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENDINGENABLED() |
Getter for SENDINGENABLED |
SuppressionAttributes¶
An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUPPRESSIONATTRIBUTES() |
Getter for SUPPRESSIONATTRIBUTES |
Details¶
An object that defines your account details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAILS() |
Getter for DETAILS |
VdmAttributes¶
The VDM attributes that apply to your Amazon SES account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VDMATTRIBUTES() |
Getter for VDMATTRIBUTES |