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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


17979
17980
17981
17982
17983
17984
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17979

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

#type_nameString

Returns:

  • (String)


17979
17980
17981
17982
17983
17984
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17979

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