Struct aws_sdk_sesv2::operation::send_email::SendEmailOutput
source · #[non_exhaustive]pub struct SendEmailOutput { /* private fields */ }Expand description
A unique message ID that you receive when an email is accepted for sending.
Implementations§
source§impl SendEmailOutput
impl SendEmailOutput
sourcepub fn message_id(&self) -> Option<&str>
pub fn message_id(&self) -> Option<&str>
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. This can happen when the message that you're trying to send has an attachment contains a virus, or when you send a templated email that contains invalid personalization content, for example.
source§impl SendEmailOutput
impl SendEmailOutput
sourcepub fn builder() -> SendEmailOutputBuilder
pub fn builder() -> SendEmailOutputBuilder
Creates a new builder-style object to manufacture SendEmailOutput.
Trait Implementations§
source§impl Clone for SendEmailOutput
impl Clone for SendEmailOutput
source§fn clone(&self) -> SendEmailOutput
fn clone(&self) -> SendEmailOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SendEmailOutput
impl Debug for SendEmailOutput
source§impl PartialEq<SendEmailOutput> for SendEmailOutput
impl PartialEq<SendEmailOutput> for SendEmailOutput
source§fn eq(&self, other: &SendEmailOutput) -> bool
fn eq(&self, other: &SendEmailOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for SendEmailOutput
impl RequestId for SendEmailOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.