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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


10116
10117
10118
10119
10120
# File 'lib/aws-sdk-ssm/types.rb', line 10116

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