Class: Aws::QBusiness::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
The request was denied due to throttling. Reduce the number of requests and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8612 8613 8614 8615 8616 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 8612 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |