Class: Aws::SSM::Types::ItemContentMismatchException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The inventory item has invalid content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10840
10841
10842
10843
10844
10845
# File 'lib/aws-sdk-ssm/types.rb', line 10840

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

#type_nameString

Returns:

  • (String)


10840
10841
10842
10843
10844
10845
# File 'lib/aws-sdk-ssm/types.rb', line 10840

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