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)


9040
9041
9042
9043
# File 'lib/aws-sdk-ssm/types.rb', line 9040

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