Method: Aws::SSM::Types::ItemContentMismatchException#message

Defined in:
lib/aws-sdk-ssm/types.rb

#messageString

Returns:

  • (String)


11724
11725
11726
11727
11728
11729
# File 'lib/aws-sdk-ssm/types.rb', line 11724

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