Class: Aws::Kendra::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
The request was denied due to request throttling. Please reduce the number of requests and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10387 10388 10389 10390 10391 |
# File 'lib/aws-sdk-kendra/types.rb', line 10387 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |