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
10152 10153 10154 10155 10156 |
# File 'lib/aws-sdk-ssm/types.rb', line 10152 class InvalidAggregatorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |