Class: Aws::SSM::Types::InvalidTarget

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

Overview

The target isn’t valid or doesn’t exist. It might not be configured for Systems Manager or you might not have permission to perform the operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10421
10422
10423
10424
10425
# File 'lib/aws-sdk-ssm/types.rb', line 10421

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