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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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