Class: Aws::IoT::Types::InvalidAggregationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The aggregation is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8105
8106
8107
8108
8109
# File 'lib/aws-sdk-iot/types.rb', line 8105

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