Class: Aws::SSM::Types::UnsupportedInventoryItemContextException

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

Overview

The ‘Context` attribute that you specified for the `InventoryItem` is not allowed for this inventory type. You can only use the `Context` attribute with inventory types like `AWS:ComplianceItem`.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15670
15671
15672
15673
15674
# File 'lib/aws-sdk-ssm/types.rb', line 15670

class UnsupportedInventoryItemContextException < Struct.new(
  :type_name,
  :message)
  include Aws::Structure
end

#type_nameString

Returns:

  • (String)


15670
15671
15672
15673
15674
# File 'lib/aws-sdk-ssm/types.rb', line 15670

class UnsupportedInventoryItemContextException < Struct.new(
  :type_name,
  :message)
  include Aws::Structure
end