Class: Aws::Kendra::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::InternalServerException
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6475 6476 6477 6478 6479 |
# File 'lib/aws-sdk-kendra/types.rb', line 6475 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |