Class: Aws::SSM::Types::InvalidResultAttributeException

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

Overview

The specified inventory item result attribute is not valid.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9192
9193
9194
9195
# File 'lib/aws-sdk-ssm/types.rb', line 9192

class InvalidResultAttributeException < Struct.new(
  :message)
  include Aws::Structure
end