#[non_exhaustive]pub struct ConfigurationSetAlreadyExistsException { /* private fields */ }
Expand description
Indicates that the configuration set could not be created because of a naming conflict.
Implementations§
source§impl ConfigurationSetAlreadyExistsException
impl ConfigurationSetAlreadyExistsException
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
Indicates that the configuration set does not exist.
source§impl ConfigurationSetAlreadyExistsException
impl ConfigurationSetAlreadyExistsException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigurationSetAlreadyExistsException
.
Trait Implementations§
source§impl Clone for ConfigurationSetAlreadyExistsException
impl Clone for ConfigurationSetAlreadyExistsException
source§fn clone(&self) -> ConfigurationSetAlreadyExistsException
fn clone(&self) -> ConfigurationSetAlreadyExistsException
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 Error for ConfigurationSetAlreadyExistsException
impl Error for ConfigurationSetAlreadyExistsException
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<ConfigurationSetAlreadyExistsException> for ConfigurationSetAlreadyExistsException
impl PartialEq<ConfigurationSetAlreadyExistsException> for ConfigurationSetAlreadyExistsException
source§fn eq(&self, other: &ConfigurationSetAlreadyExistsException) -> bool
fn eq(&self, other: &ConfigurationSetAlreadyExistsException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.