#[non_exhaustive]pub struct InstanceRefreshInProgressFault { /* private fields */ }
Expand description
The request failed because an active instance refresh operation already exists for the specified Auto Scaling group.
Implementations
sourceimpl InstanceRefreshInProgressFault
impl InstanceRefreshInProgressFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InstanceRefreshInProgressFault
.
Trait Implementations
sourceimpl Clone for InstanceRefreshInProgressFault
impl Clone for InstanceRefreshInProgressFault
sourcefn clone(&self) -> InstanceRefreshInProgressFault
fn clone(&self) -> InstanceRefreshInProgressFault
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 InstanceRefreshInProgressFault
impl Error for InstanceRefreshInProgressFault
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<InstanceRefreshInProgressFault> for InstanceRefreshInProgressFault
impl PartialEq<InstanceRefreshInProgressFault> for InstanceRefreshInProgressFault
sourcefn eq(&self, other: &InstanceRefreshInProgressFault) -> bool
fn eq(&self, other: &InstanceRefreshInProgressFault) -> bool
impl StructuralPartialEq for InstanceRefreshInProgressFault
Auto Trait Implementations
impl RefUnwindSafe for InstanceRefreshInProgressFault
impl Send for InstanceRefreshInProgressFault
impl Sync for InstanceRefreshInProgressFault
impl Unpin for InstanceRefreshInProgressFault
impl UnwindSafe for InstanceRefreshInProgressFault
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