#[non_exhaustive]pub struct BatchPutMessageErrorEntry { /* private fields */ }Expand description
Contains informations about errors.
Implementations§
source§impl BatchPutMessageErrorEntry
impl BatchPutMessageErrorEntry
sourcepub fn message_id(&self) -> Option<&str>
pub fn message_id(&self) -> Option<&str>
The ID of the message that caused the error. See the value corresponding to the messageId key in the message object.
sourcepub fn error_code(&self) -> Option<&str>
pub fn error_code(&self) -> Option<&str>
The code associated with the error.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The message associated with the error.
source§impl BatchPutMessageErrorEntry
impl BatchPutMessageErrorEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchPutMessageErrorEntry.
Trait Implementations§
source§impl Clone for BatchPutMessageErrorEntry
impl Clone for BatchPutMessageErrorEntry
source§fn clone(&self) -> BatchPutMessageErrorEntry
fn clone(&self) -> BatchPutMessageErrorEntry
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 more