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
6600 6601 6602 6603 6604 |
# File 'lib/aws-sdk-kendra/types.rb', line 6600 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |