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