Class: Aws::SSM::Types::InvalidAggregatorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidAggregatorException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The specified aggregator isn't valid for inventory groups. Verify that the aggregator uses a valid inventory type such as `AWS:Application` or `AWS:InstanceInformation`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9695 9696 9697 9698 9699 |
# File 'lib/aws-sdk-ssm/types.rb', line 9695 class InvalidAggregatorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |