Struct aws_sdk_sqs::error::QueueNameExists
source · #[non_exhaustive]pub struct QueueNameExists { /* private fields */ }
Expand description
A queue with this name already exists. Amazon SQS returns this error only if the request includes attributes whose values differ from those of the existing queue.
Implementations§
source§impl QueueNameExists
impl QueueNameExists
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture QueueNameExists
.
Trait Implementations§
source§impl Clone for QueueNameExists
impl Clone for QueueNameExists
source§fn clone(&self) -> QueueNameExists
fn clone(&self) -> QueueNameExists
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 QueueNameExists
impl Debug for QueueNameExists
source§impl Display for QueueNameExists
impl Display for QueueNameExists
source§impl Error for QueueNameExists
impl Error for QueueNameExists
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<QueueNameExists> for QueueNameExists
impl PartialEq<QueueNameExists> for QueueNameExists
source§fn eq(&self, other: &QueueNameExists) -> bool
fn eq(&self, other: &QueueNameExists) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.