Class: Aws::SSM::Types::UnsupportedInventorySchemaVersionException

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

Overview

Inventory item type schema version has to match supported versions in the service. Check output of GetInventorySchema to see the available schema version for each type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


17995
17996
17997
17998
17999
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17995

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