Struct aws_sdk_sesv2::types::FailureInfo
source · #[non_exhaustive]pub struct FailureInfo { /* private fields */ }Expand description
An object that contains the failure details about an import job.
Implementations§
source§impl FailureInfo
impl FailureInfo
sourcepub fn failed_records_s3_url(&self) -> Option<&str>
pub fn failed_records_s3_url(&self) -> Option<&str>
An Amazon S3 presigned URL that contains all the failed records and related information.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
A message about why the import job failed.
source§impl FailureInfo
impl FailureInfo
sourcepub fn builder() -> FailureInfoBuilder
pub fn builder() -> FailureInfoBuilder
Creates a new builder-style object to manufacture FailureInfo.
Trait Implementations§
source§impl Clone for FailureInfo
impl Clone for FailureInfo
source§fn clone(&self) -> FailureInfo
fn clone(&self) -> FailureInfo
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 FailureInfo
impl Debug for FailureInfo
source§impl PartialEq<FailureInfo> for FailureInfo
impl PartialEq<FailureInfo> for FailureInfo
source§fn eq(&self, other: &FailureInfo) -> bool
fn eq(&self, other: &FailureInfo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.