Class: Aws::SSM::Types::InvalidInventoryGroupException

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

Overview

The specified inventory group is not valid.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9036
9037
9038
9039
# File 'lib/aws-sdk-ssm/types.rb', line 9036

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