Class: Aws::SSM::Types::UnsupportedInventoryItemContextException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UnsupportedInventoryItemContextException
- 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
#message ⇒ String
17713 17714 17715 17716 17717 17718 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17713 class UnsupportedInventoryItemContextException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
17713 17714 17715 17716 17717 17718 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17713 class UnsupportedInventoryItemContextException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |