Class: Aws::SSM::Types::TargetInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::TargetInUseException
- Defined in:
- gems/aws-sdk-ssm/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 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18136 class TargetInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |