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

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

#messageString

Returns:

  • (String)


17750
17751
17752
17753
17754
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17750

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