Class: Aws::LexModelsV2::Types::FailedCustomVocabularyItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::FailedCustomVocabularyItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
The unique failed custom vocabulary item from the custom vocabulary list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
-
#error_message ⇒ String
The error message for the failed custom vocabulary item from the custom vocabulary list.
-
#item_id ⇒ String
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
Instance Attribute Details
#error_code ⇒ String
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
7533 7534 7535 7536 7537 7538 7539 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7533 class FailedCustomVocabularyItem < Struct.new( :item_id, :error_message, :error_code) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message for the failed custom vocabulary item from the custom vocabulary list.
7533 7534 7535 7536 7537 7538 7539 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7533 class FailedCustomVocabularyItem < Struct.new( :item_id, :error_message, :error_code) SENSITIVE = [] include Aws::Structure end |
#item_id ⇒ String
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
7533 7534 7535 7536 7537 7538 7539 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 7533 class FailedCustomVocabularyItem < Struct.new( :item_id, :error_message, :error_code) SENSITIVE = [] include Aws::Structure end |