Class: Aws::SSM::Types::DuplicateDocumentContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DuplicateDocumentContent
- 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
#message ⇒ String
7237 7238 7239 7240 7241 |
# File 'lib/aws-sdk-ssm/types.rb', line 7237 class DuplicateDocumentContent < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |