Class: Aws::SSM::Types::InvalidTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidTarget
- 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
#message ⇒ String
10732 10733 10734 10735 10736 |
# File 'lib/aws-sdk-ssm/types.rb', line 10732 class InvalidTarget < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |