Class: Aws::Types::FailedCustomVocabularyItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ "DUPLICATE_INPUT", ...

Returns the value of attribute error_code.

Returns:

  • ("DUPLICATE_INPUT", "RESOURCE_DOES_NOT_EXIST", "RESOURCE_ALREADY_EXISTS", "INTERNAL_SERVER_FAILURE")


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.

Returns:

  • (::String)


1813
1814
1815
# File 'sig/types.rbs', line 1813

def error_message
  @error_message
end

#item_id ⇒ ::String

Returns the value of attribute item_id.

Returns:

  • (::String)


1812
1813
1814
# File 'sig/types.rbs', line 1812

def item_id
  @item_id
end