Class: Aws::SSM::Types::InvalidInventoryGroupException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidInventoryGroupException
- 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
#message ⇒ String
11392 11393 11394 11395 11396 |
# File 'lib/aws-sdk-ssm/types.rb', line 11392 class InvalidInventoryGroupException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |