Class: Aws::IoTSiteWise::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Your request exceeded a rate limit. For example, you might have exceeded the number of IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so on.
For more information, see [Quotas] in the *IoT SiteWise User Guide*.
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/quotas.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7988 7989 7990 7991 7992 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7988 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |