

# BulkEmailEntryResult


The result of the `SendBulkEmail` operation of each specified `BulkEmailEntry`.

## Contents


 ** Error **   <a name="SES-Type-BulkEmailEntryResult-Error"></a>
A description of an error that prevented a message being sent using the `SendBulkTemplatedEmail` operation.  
Type: String  
Required: No

 ** MessageId **   <a name="SES-Type-BulkEmailEntryResult-MessageId"></a>
The unique message identifier returned from the `SendBulkTemplatedEmail` operation.  
Type: String  
Required: No

 ** Status **   <a name="SES-Type-BulkEmailEntryResult-Status"></a>
The status of a message sent using the `SendBulkTemplatedEmail` operation.  
Possible values for this parameter include:  
+ SUCCESS: Amazon SES accepted the message, and will attempt to deliver it to the recipients.
+ MESSAGE\$1REJECTED: The message was rejected because it contained a virus.
+ MAIL\$1FROM\$1DOMAIN\$1NOT\$1VERIFIED: The sender's email address or domain was not verified.
+ CONFIGURATION\$1SET\$1DOES\$1NOT\$1EXIST: The configuration set you specified does not exist.
+ TEMPLATE\$1DOES\$1NOT\$1EXIST: The template you specified does not exist.
+ ACCOUNT\$1SUSPENDED: Your account has been shut down because of issues related to your email sending practices.
+ ACCOUNT\$1THROTTLED: The number of emails you can send has been reduced because your account has exceeded its allocated sending limit.
+ ACCOUNT\$1DAILY\$1QUOTA\$1EXCEEDED: You have reached or exceeded the maximum number of emails you can send from your account in a 24-hour period.
+ INVALID\$1SENDING\$1POOL\$1NAME: The configuration set you specified refers to an IP pool that does not exist.
+ ACCOUNT\$1SENDING\$1PAUSED: Email sending for the Amazon SES account was disabled using the [UpdateAccountSendingEnabled](https://docs.aws.amazon.com/ses/latest/APIReference/API_UpdateAccountSendingEnabled.html) operation.
+ CONFIGURATION\$1SET\$1SENDING\$1PAUSED: Email sending for this configuration set was disabled using the [UpdateConfigurationSetSendingEnabled](https://docs.aws.amazon.com/ses/latest/APIReference/API_UpdateConfigurationSetSendingEnabled.html) operation.
+ INVALID\$1PARAMETER\$1VALUE: One or more of the parameters you specified when calling this operation was invalid. See the error message for additional information.
+ TRANSIENT\$1FAILURE: Amazon SES was unable to process your request because of a temporary issue.
+ FAILED: Amazon SES was unable to process your request. See the error message for additional information.
Type: String  
Valid Values: `SUCCESS | MESSAGE_REJECTED | MAIL_FROM_DOMAIN_NOT_VERIFIED | CONFIGURATION_SET_NOT_FOUND | TEMPLATE_NOT_FOUND | ACCOUNT_SUSPENDED | ACCOUNT_THROTTLED | ACCOUNT_DAILY_QUOTA_EXCEEDED | INVALID_SENDING_POOL_NAME | ACCOUNT_SENDING_PAUSED | CONFIGURATION_SET_SENDING_PAUSED | INVALID_PARAMETER | TRANSIENT_FAILURE | FAILED`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/sesv2-2019-09-27/BulkEmailEntryResult) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/sesv2-2019-09-27/BulkEmailEntryResult) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/sesv2-2019-09-27/BulkEmailEntryResult) 