#[non_exhaustive]pub struct InvalidChangeSetStatusException { /* private fields */ }
Expand description
The specified change set can't be used to update the stack. For example, the change set status might be CREATE_IN_PROGRESS
, or the stack status might be UPDATE_IN_PROGRESS
.
Implementations
sourceimpl InvalidChangeSetStatusException
impl InvalidChangeSetStatusException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidChangeSetStatusException
.
Trait Implementations
sourceimpl Clone for InvalidChangeSetStatusException
impl Clone for InvalidChangeSetStatusException
sourcefn clone(&self) -> InvalidChangeSetStatusException
fn clone(&self) -> InvalidChangeSetStatusException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Error for InvalidChangeSetStatusException
impl Error for InvalidChangeSetStatusException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<InvalidChangeSetStatusException> for InvalidChangeSetStatusException
impl PartialEq<InvalidChangeSetStatusException> for InvalidChangeSetStatusException
sourcefn eq(&self, other: &InvalidChangeSetStatusException) -> bool
fn eq(&self, other: &InvalidChangeSetStatusException) -> bool
impl StructuralPartialEq for InvalidChangeSetStatusException
Auto Trait Implementations
impl RefUnwindSafe for InvalidChangeSetStatusException
impl Send for InvalidChangeSetStatusException
impl Sync for InvalidChangeSetStatusException
impl Unpin for InvalidChangeSetStatusException
impl UnwindSafe for InvalidChangeSetStatusException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more