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 isn’t supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9880
9881
9882
9883
9884
# File 'lib/aws-sdk-ssm/types.rb', line 9880

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