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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10038
10039
10040
10041
10042
# File 'lib/aws-sdk-ssm/types.rb', line 10038

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