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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


10425
10426
10427
10428
10429
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10425

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