#[non_exhaustive]pub struct AlreadyExistsException { /* private fields */ }
Expand description
The resource with the name requested already exists.
Implementations§
source§impl AlreadyExistsException
impl AlreadyExistsException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AlreadyExistsException
.
Trait Implementations§
source§impl Clone for AlreadyExistsException
impl Clone for AlreadyExistsException
source§fn clone(&self) -> AlreadyExistsException
fn clone(&self) -> AlreadyExistsException
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 AlreadyExistsException
impl Debug for AlreadyExistsException
source§impl Display for AlreadyExistsException
impl Display for AlreadyExistsException
source§impl Error for AlreadyExistsException
impl Error for AlreadyExistsException
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<AlreadyExistsException> for AlreadyExistsException
impl PartialEq<AlreadyExistsException> for AlreadyExistsException
source§fn eq(&self, other: &AlreadyExistsException) -> bool
fn eq(&self, other: &AlreadyExistsException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.