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
10467 10468 10469 10470 10471 |
# File 'lib/aws-sdk-ssm/types.rb', line 10467 class InvalidInventoryGroupException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |