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

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

Overview

The target is not valid or does not exist. It might not be configured for EC2 Systems Manager or you might not have permission to perform the operation.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9239
9240
9241
9242
# File 'lib/aws-sdk-ssm/types.rb', line 9239

class InvalidTarget < Struct.new(
  :message)
  include Aws::Structure
end