Class: Aws::Types::TableVersionError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

Returns the value of attribute error_detail.

Returns:



7600
7601
7602
# File 'sig/types.rbs', line 7600

def error_detail
  @error_detail
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


7598
7599
7600
# File 'sig/types.rbs', line 7598

def table_name
  @table_name
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


7599
7600
7601
# File 'sig/types.rbs', line 7599

def version_id
  @version_id
end