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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

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

Returns:

  • (String)


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_messageString

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

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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