Class: Aws::Kendra::Types::Warning
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::Warning
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
The warning code and message that explains a problem with a query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The code used to show the type of warning for the query.
-
#message ⇒ String
The message that explains the problem with the query.
Instance Attribute Details
#code ⇒ String
The code used to show the type of warning for the query.
11135 11136 11137 11138 11139 11140 |
# File 'lib/aws-sdk-kendra/types.rb', line 11135 class Warning < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The message that explains the problem with the query.
11135 11136 11137 11138 11139 11140 |
# File 'lib/aws-sdk-kendra/types.rb', line 11135 class Warning < Struct.new( :message, :code) SENSITIVE = [] include Aws::Structure end |