Class: Aws::SSM::Types::TargetInUseException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


17569
17570
17571
17572
17573
# File 'lib/aws-sdk-ssm/types.rb', line 17569

class TargetInUseException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end