Class: Aws::ECS::Types::TargetNotConnectedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::TargetNotConnectedException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
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 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
16315 16316 16317 16318 16319 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 16315 class TargetNotConnectedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |