Class: Aws::KendraRanking::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KendraRanking::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendraranking/types.rb
Overview
An issue occurred with the internal server used for your Amazon Kendra Intelligent Ranking 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
287 288 289 290 291 |
# File 'lib/aws-sdk-kendraranking/types.rb', line 287 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |