Struct aws_sdk_ecs::error::TargetNotConnectedException
source · #[non_exhaustive]pub struct TargetNotConnectedException { /* private fields */ }Expand description
The execute command cannot run. This error can be caused by any of the following configuration issues:
-
Incorrect IAM permissions
-
The SSM agent is not installed or is not running
-
There is an interface Amazon VPC endpoint for Amazon ECS, but there is not one for for Systems Manager Session Manager
For information about how to troubleshoot the issues, see Troubleshooting issues with ECS Exec in the Amazon Elastic Container Service Developer Guide.
Implementations§
source§impl TargetNotConnectedException
impl TargetNotConnectedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TargetNotConnectedException.
Trait Implementations§
source§impl Clone for TargetNotConnectedException
impl Clone for TargetNotConnectedException
source§fn clone(&self) -> TargetNotConnectedException
fn clone(&self) -> TargetNotConnectedException
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 TargetNotConnectedException
impl Debug for TargetNotConnectedException
source§impl Error for TargetNotConnectedException
impl Error for TargetNotConnectedException
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()
source§impl PartialEq<TargetNotConnectedException> for TargetNotConnectedException
impl PartialEq<TargetNotConnectedException> for TargetNotConnectedException
source§fn eq(&self, other: &TargetNotConnectedException) -> bool
fn eq(&self, other: &TargetNotConnectedException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.