Class: Aws::SSM::Types::UnsupportedInventoryItemContextException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UnsupportedInventoryItemContextException
- 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
#message ⇒ String
18403 18404 18405 18406 18407 18408 |
# File 'lib/aws-sdk-ssm/types.rb', line 18403 class UnsupportedInventoryItemContextException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
18403 18404 18405 18406 18407 18408 |
# File 'lib/aws-sdk-ssm/types.rb', line 18403 class UnsupportedInventoryItemContextException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |