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§
source§impl InvalidInstanceId
impl InvalidInstanceId
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidInstanceId
.
Trait Implementations§
source§impl Clone for InvalidInstanceId
impl Clone for InvalidInstanceId
source§fn clone(&self) -> InvalidInstanceId
fn clone(&self) -> InvalidInstanceId
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 InvalidInstanceId
impl Debug for InvalidInstanceId
source§impl Display for InvalidInstanceId
impl Display for InvalidInstanceId
source§impl Error for InvalidInstanceId
impl Error for InvalidInstanceId
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()