Class: Aws::Types::FailedCustomVocabularyItem
- Inherits:
-
Object
- Object
- Aws::Types::FailedCustomVocabularyItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "DUPLICATE_INPUT", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#item_id ⇒ ::String
Returns the value of attribute item_id.
Instance Attribute Details
#error_code ⇒ "DUPLICATE_INPUT", ...
Returns the value of attribute error_code.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1813 1814 1815 |
# File 'sig/types.rbs', line 1813 def end |
#item_id ⇒ ::String
Returns the value of attribute item_id.
1812 1813 1814 |
# File 'sig/types.rbs', line 1812 def item_id @item_id end |