#[non_exhaustive]pub struct NotStabilizedException { /* private fields */ }
Expand description
The resource handler has returned that the downstream resource failed to complete all of its ready-state checks.
Implementations§
source§impl NotStabilizedException
impl NotStabilizedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NotStabilizedException
.
Trait Implementations§
source§impl Clone for NotStabilizedException
impl Clone for NotStabilizedException
source§fn clone(&self) -> NotStabilizedException
fn clone(&self) -> NotStabilizedException
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 NotStabilizedException
impl Debug for NotStabilizedException
source§impl Display for NotStabilizedException
impl Display for NotStabilizedException
source§impl Error for NotStabilizedException
impl Error for NotStabilizedException
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<NotStabilizedException> for NotStabilizedException
impl PartialEq<NotStabilizedException> for NotStabilizedException
source§fn eq(&self, other: &NotStabilizedException) -> bool
fn eq(&self, other: &NotStabilizedException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.