Class: Aws::SSM::Types::InvalidInventoryItemContextException

Inherits:
Struct
  • Object
show all
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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9049
9050
9051
9052
# File 'lib/aws-sdk-ssm/types.rb', line 9049

class InvalidInventoryItemContextException < Struct.new(
  :message)
  include Aws::Structure
end