Class: Aws::KendraRanking::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/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)


576
577
578
579
580
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 576

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