Class: Aws::QBusiness::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::InternalServerException
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
An issue occurred with the internal server used for your Amazon Q Business service. Wait some minutes and try again, or contact Support for help.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4953 4954 4955 4956 4957 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4953 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |