Class: Aws::Kendra::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-kendra/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
9787 9788 9789 9790 9791 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9787 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |