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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6348
6349
6350
6351
# File 'lib/aws-sdk-ssm/types.rb', line 6348

class DuplicateDocumentContent < Struct.new(
  :message)
  include Aws::Structure
end