Class: Aws::Kendra::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


10387
10388
10389
10390
10391
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10387

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end