Class: Aws::IoTSiteWise::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-iotsitewise/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
9961 9962 9963 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9961 def event_type @event_type end |
#message ⇒ String
9961 9962 9963 9964 9965 9966 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 9961 class ThrottlingException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |