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
10174 10175 10176 10177 10178 |
# File 'lib/aws-sdk-kendra/types.rb', line 10174 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |