Class: Aws::Kendra::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::InternalServerException
- 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
#message ⇒ String
6633 6634 6635 6636 6637 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 6633 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |