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