Class: Aws::SSM::Types::TargetInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::TargetInUseException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
You specified the ‘Safe` option for the DeregisterTargetFromMaintenanceWindow operation, but the target is still referenced in a task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
18136 18137 18138 18139 18140 |
# File 'lib/aws-sdk-ssm/types.rb', line 18136 class TargetInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |