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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9694
9695
9696
9697
9698
# File 'lib/aws-sdk-ssm/types.rb', line 9694

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

#type_nameString

Returns:

  • (String)


9694
9695
9696
9697
9698
# File 'lib/aws-sdk-ssm/types.rb', line 9694

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