Struct aws_sdk_ecs::error::MissingVersionException
source · #[non_exhaustive]pub struct MissingVersionException { /* private fields */ }Expand description
Amazon ECS can't determine the current version of the Amazon ECS container agent on the container instance and doesn't have enough information to proceed with an update. This could be because the agent running on the container instance is a previous or custom version that doesn't use our version information.
Implementations§
source§impl MissingVersionException
impl MissingVersionException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MissingVersionException.
Trait Implementations§
source§impl Clone for MissingVersionException
impl Clone for MissingVersionException
source§fn clone(&self) -> MissingVersionException
fn clone(&self) -> MissingVersionException
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 MissingVersionException
impl Debug for MissingVersionException
source§impl Display for MissingVersionException
impl Display for MissingVersionException
source§impl Error for MissingVersionException
impl Error for MissingVersionException
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<MissingVersionException> for MissingVersionException
impl PartialEq<MissingVersionException> for MissingVersionException
source§fn eq(&self, other: &MissingVersionException) -> bool
fn eq(&self, other: &MissingVersionException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.