Struct aws_sdk_ssm::error::TargetNotConnected
source · #[non_exhaustive]pub struct TargetNotConnected { /* private fields */ }
Expand description
The specified target managed node for the session isn't fully configured for use with Session Manager. For more information, see Getting started with Session Manager in the Amazon Web Services Systems Manager User Guide. This error is also returned if you attempt to start a session on a managed node that is located in a different account or Region
Implementations§
source§impl TargetNotConnected
impl TargetNotConnected
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetNotConnected
.
Trait Implementations§
source§impl Clone for TargetNotConnected
impl Clone for TargetNotConnected
source§fn clone(&self) -> TargetNotConnected
fn clone(&self) -> TargetNotConnected
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 TargetNotConnected
impl Debug for TargetNotConnected
source§impl Display for TargetNotConnected
impl Display for TargetNotConnected
source§impl Error for TargetNotConnected
impl Error for TargetNotConnected
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()