Class: Aws::QBusiness::Types::ErrorDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Provides information about a Amazon Q Business request error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The code associated with the Amazon Q Business request error.

Returns:

  • (String)


3411
3412
3413
3414
3415
3416
# File 'lib/aws-sdk-qbusiness/types.rb', line 3411

class ErrorDetail < Struct.new(
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The message explaining the Amazon Q Business request error.

Returns:

  • (String)


3411
3412
3413
3414
3415
3416
# File 'lib/aws-sdk-qbusiness/types.rb', line 3411

class ErrorDetail < Struct.new(
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end