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 the group type. Verify that the aggregator you provided is supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10411 10412 10413 10414 10415 |
# File 'lib/aws-sdk-ssm/types.rb', line 10411 class InvalidAggregatorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |