Struct aws_sdk_ssm::error::InvalidAssociationVersion
source · [−]#[non_exhaustive]pub struct InvalidAssociationVersion { /* private fields */ }
Expand description
The version you specified isn't valid. Use ListAssociationVersions to view all versions of an association according to the association ID. Or, use the $LATEST
parameter to view the latest version of the association.
Implementations
sourceimpl InvalidAssociationVersion
impl InvalidAssociationVersion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidAssociationVersion
.
Trait Implementations
sourceimpl Clone for InvalidAssociationVersion
impl Clone for InvalidAssociationVersion
sourcefn clone(&self) -> InvalidAssociationVersion
fn clone(&self) -> InvalidAssociationVersion
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 Debug for InvalidAssociationVersion
impl Debug for InvalidAssociationVersion
sourceimpl Display for InvalidAssociationVersion
impl Display for InvalidAssociationVersion
sourceimpl Error for InvalidAssociationVersion
impl Error for InvalidAssociationVersion
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<InvalidAssociationVersion> for InvalidAssociationVersion
impl PartialEq<InvalidAssociationVersion> for InvalidAssociationVersion
sourcefn eq(&self, other: &InvalidAssociationVersion) -> bool
fn eq(&self, other: &InvalidAssociationVersion) -> bool
impl StructuralPartialEq for InvalidAssociationVersion
Auto Trait Implementations
impl RefUnwindSafe for InvalidAssociationVersion
impl Send for InvalidAssociationVersion
impl Sync for InvalidAssociationVersion
impl Unpin for InvalidAssociationVersion
impl UnwindSafe for InvalidAssociationVersion
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