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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


7158
7159
7160
7161
7162
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7158

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