Class: Aws::KendraRanking::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendraranking/types.rb

Overview

An issue occurred with the internal server used for your Amazon Kendra Intelligent Ranking service. Please wait a few minutes and try again, or contact [Support] for help.

[1]: aws.amazon.com/contact-us/

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


287
288
289
290
291
# File 'lib/aws-sdk-kendraranking/types.rb', line 287

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