Class: Aws::SSM::Types::InvalidInventoryItemContextException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidInventoryItemContextException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
You specified invalid keys or values in the ‘Context` attribute for `InventoryItem`. Verify the keys and values, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10481 10482 10483 10484 10485 |
# File 'lib/aws-sdk-ssm/types.rb', line 10481 class InvalidInventoryItemContextException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |