Class: Aws::IoT::Types::InvalidAggregationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::InvalidAggregationException
- 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
#message ⇒ String
8454 8455 8456 8457 8458 |
# File 'lib/aws-sdk-iot/types.rb', line 8454 class InvalidAggregationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |