Class: Aws::QBusiness::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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][1

for help.

[1]: aws.amazon.com/contact-us/

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4809
4810
4811
4812
4813
# File 'lib/aws-sdk-qbusiness/types.rb', line 4809

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end