Struct aws_sdk_sqs::error::BatchRequestTooLong
source · #[non_exhaustive]pub struct BatchRequestTooLong { /* private fields */ }
Expand description
The length of all the messages put together is more than the limit.
Implementations§
source§impl BatchRequestTooLong
impl BatchRequestTooLong
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchRequestTooLong
.
Trait Implementations§
source§impl Clone for BatchRequestTooLong
impl Clone for BatchRequestTooLong
source§fn clone(&self) -> BatchRequestTooLong
fn clone(&self) -> BatchRequestTooLong
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 BatchRequestTooLong
impl Debug for BatchRequestTooLong
source§impl Display for BatchRequestTooLong
impl Display for BatchRequestTooLong
source§impl Error for BatchRequestTooLong
impl Error for BatchRequestTooLong
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<BatchRequestTooLong> for BatchRequestTooLong
impl PartialEq<BatchRequestTooLong> for BatchRequestTooLong
source§fn eq(&self, other: &BatchRequestTooLong) -> bool
fn eq(&self, other: &BatchRequestTooLong) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.