Class: Aws::SSM::Types::InvalidDocumentContent

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

Overview

The content for the document isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A description of the validation error.

Returns:

  • (String)


10263
10264
10265
10266
10267
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10263

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