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
19598 19599 19600 19601 19602 |
# File 'lib/aws-sdk-ssm/types.rb', line 19598 class TargetInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |