Struct aws_sdk_ecs::error::UpdateInProgressException
source · #[non_exhaustive]pub struct UpdateInProgressException { /* private fields */ }Expand description
There's already a current Amazon ECS container agent update in progress on the container instance that's specified. If the container agent becomes disconnected while it's in a transitional stage, such as PENDING or STAGING, the update process can get stuck in that state. However, when the agent reconnects, it resumes where it stopped previously.
Implementations§
source§impl UpdateInProgressException
impl UpdateInProgressException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateInProgressException.
Trait Implementations§
source§impl Clone for UpdateInProgressException
impl Clone for UpdateInProgressException
source§fn clone(&self) -> UpdateInProgressException
fn clone(&self) -> UpdateInProgressException
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 UpdateInProgressException
impl Debug for UpdateInProgressException
source§impl Display for UpdateInProgressException
impl Display for UpdateInProgressException
source§impl Error for UpdateInProgressException
impl Error for UpdateInProgressException
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<UpdateInProgressException> for UpdateInProgressException
impl PartialEq<UpdateInProgressException> for UpdateInProgressException
source§fn eq(&self, other: &UpdateInProgressException) -> bool
fn eq(&self, other: &UpdateInProgressException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.