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
10630 10631 10632 10633 10634 |
# File 'lib/aws-sdk-ssm/types.rb', line 10630 class InvalidAggregatorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |