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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


10174
10175
10176
10177
10178
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10174

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