Class: Aws::Kendra::Types::InternalServerException

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

Overview

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

Support][1

for help.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6600
6601
6602
6603
6604
# File 'lib/aws-sdk-kendra/types.rb', line 6600

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