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)


9011
9012
9013
9014
9015
# File 'lib/aws-sdk-iot/types.rb', line 9011

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