Class: Aws::SSM::Types::InvalidDocumentSchemaVersion

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

Overview

The version of the document schema is not supported.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8936
8937
8938
8939
# File 'lib/aws-sdk-ssm/types.rb', line 8936

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