Class: Aws::SSM::Types::InvalidAggregatorException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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

#messageString

Returns:

  • (String)


9858
9859
9860
9861
9862
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9858

class InvalidAggregatorException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end