Class: Aws::LexModelsV2::Types::FailedCustomVocabularyItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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

Instance Attribute Details

#error_codeString

The unique error code for the failed custom vocabulary item from the custom vocabulary list.

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
7466
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7460

class FailedCustomVocabularyItem < Struct.new(
  :item_id,
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message for the failed custom vocabulary item from the custom vocabulary list.

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
7466
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7460

class FailedCustomVocabularyItem < Struct.new(
  :item_id,
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#item_idString

The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.

Returns:

  • (String)


7460
7461
7462
7463
7464
7465
7466
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7460

class FailedCustomVocabularyItem < Struct.new(
  :item_id,
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end