Class: Aws::QBusiness::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-qbusiness/types.rb', line 8612 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |