Class: Aws::QBusiness::Types::ErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ErrorDetail
- 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
-
#error_code ⇒ String
The code associated with the Amazon Q Business request error.
-
#error_message ⇒ String
The message explaining the Amazon Q Business request error.
Instance Attribute Details
#error_code ⇒ String
The code associated with the Amazon Q Business request error.
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_message ⇒ String
The message explaining the Amazon Q Business request error.
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 |