Class: Aws::SSM::Types::InvalidDocumentType

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

Overview

The SSM document type isn’t valid. Valid document types are described in the ‘DocumentType` property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10304
10305
10306
10307
10308
# File 'lib/aws-sdk-ssm/types.rb', line 10304

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