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 isn’t allowed for this inventory type. You can only use the Context attribute with inventory types like AWS:ComplianceItem.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


19422
19423
19424
19425
19426
19427
# File 'lib/aws-sdk-ssm/types.rb', line 19422

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

#type_nameString

Returns:

  • (String)


19422
19423
19424
19425
19426
19427
# File 'lib/aws-sdk-ssm/types.rb', line 19422

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