- Navigation Guide
@aws-sdk/client-sesv2
SendEmailCommandOutput Interface
The output of SendEmailCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
MessageId | string | undefined | A unique identifier for the message that is generated when the message is accepted. It's possible for Amazon SES to accept a message without sending it. For example, this can happen when the message that you're trying to send has an attachment that contains a virus, or when you send a templated email that contains invalid personalization content. |
Full Signature
export interface SendEmailCommandOutput extends SendEmailResponse, MetadataBearer