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
sourceimpl TargetNotConnected
impl TargetNotConnected
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetNotConnected
.
Trait Implementations
sourceimpl Clone for TargetNotConnected
impl Clone for TargetNotConnected
sourcefn clone(&self) -> TargetNotConnected
fn clone(&self) -> TargetNotConnected
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 TargetNotConnected
impl Debug for TargetNotConnected
sourceimpl Display for TargetNotConnected
impl Display for TargetNotConnected
sourceimpl Error for TargetNotConnected
impl Error for TargetNotConnected
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<TargetNotConnected> for TargetNotConnected
impl PartialEq<TargetNotConnected> for TargetNotConnected
sourcefn eq(&self, other: &TargetNotConnected) -> bool
fn eq(&self, other: &TargetNotConnected) -> bool
impl StructuralPartialEq for TargetNotConnected
Auto Trait Implementations
impl RefUnwindSafe for TargetNotConnected
impl Send for TargetNotConnected
impl Sync for TargetNotConnected
impl Unpin for TargetNotConnected
impl UnwindSafe for TargetNotConnected
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