Class: Aws::SSM::Types::DuplicateDocumentContent

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The content of the association document matches another document. Change the content of the document and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7057
7058
7059
7060
7061
# File 'lib/aws-sdk-ssm/types.rb', line 7057

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