Class: Aws::SSM::Types::TargetNotConnected

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


18096
18097
18098
18099
18100
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18096

class TargetNotConnected < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end