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_code ⇒ String

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

Returns:

  • (String)


7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7962

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.

Returns:

  • (String)


7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7962

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.

Returns:

  • (String)


7962
7963
7964
7965
7966
7967
7968
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 7962

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