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
10450 10451 10452 10453 10454 |
# File 'lib/aws-sdk-kendra/types.rb', line 10450 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |