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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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