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 isn’t valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10024
10025
10026
10027
10028
# File 'lib/aws-sdk-ssm/types.rb', line 10024

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