Class: Aws::QBusiness::Types::ErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ErrorDetail
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Provides information about a data source sync error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The code associated with the data source sync error.
-
#error_message ⇒ String
The message explaining the data source sync error.
Instance Attribute Details
#error_code ⇒ String
The code associated with the data source sync error.
2874 2875 2876 2877 2878 2879 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2874 class ErrorDetail < Struct.new( :error_message, :error_code) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The message explaining the data source sync error.
2874 2875 2876 2877 2878 2879 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 2874 class ErrorDetail < Struct.new( :error_message, :error_code) SENSITIVE = [] include Aws::Structure end |