Class: Aws::LexModelsV2::Types::ExecutionErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::ExecutionErrorDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Details about an error in an execution of a test set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code for the error.
-
#error_message ⇒ String
The message describing the error.
Instance Attribute Details
#error_code ⇒ String
The error code for the error.
7368 7369 7370 7371 7372 7373 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7368 class ExecutionErrorDetails < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The message describing the error.
7368 7369 7370 7371 7372 7373 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7368 class ExecutionErrorDetails < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |