Class: Aws::SSM::Types::UnsupportedInventorySchemaVersionException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UnsupportedInventorySchemaVersionException
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
18419 18420 18421 18422 18423 |
# File 'lib/aws-sdk-ssm/types.rb', line 18419 class UnsupportedInventorySchemaVersionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |