Struct aws_sdk_ssm::error::InvalidInstanceId
source · [−]#[non_exhaustive]pub struct InvalidInstanceId { /* private fields */ }
Expand description
The following problems can cause this exception:
-
You don't have permission to access the managed node.
-
Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. Verify that SSM Agent is running.
-
SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.
-
The managed node isn't in valid state. Valid states are:
Running
,Pending
,Stopped
, andStopping
. Invalid states are:Shutting-down
andTerminated
.
Implementations
sourceimpl InvalidInstanceId
impl InvalidInstanceId
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidInstanceId
.
Trait Implementations
sourceimpl Clone for InvalidInstanceId
impl Clone for InvalidInstanceId
sourcefn clone(&self) -> InvalidInstanceId
fn clone(&self) -> InvalidInstanceId
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 InvalidInstanceId
impl Debug for InvalidInstanceId
sourceimpl Display for InvalidInstanceId
impl Display for InvalidInstanceId
sourceimpl Error for InvalidInstanceId
impl Error for InvalidInstanceId
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<InvalidInstanceId> for InvalidInstanceId
impl PartialEq<InvalidInstanceId> for InvalidInstanceId
sourcefn eq(&self, other: &InvalidInstanceId) -> bool
fn eq(&self, other: &InvalidInstanceId) -> bool
impl StructuralPartialEq for InvalidInstanceId
Auto Trait Implementations
impl RefUnwindSafe for InvalidInstanceId
impl Send for InvalidInstanceId
impl Sync for InvalidInstanceId
impl Unpin for InvalidInstanceId
impl UnwindSafe for InvalidInstanceId
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