Class: Aws::Types::TableError
- Inherits:
-
Object
- Object
- Aws::Types::TableError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
7507 7508 7509 |
# File 'sig/types.rbs', line 7507 def error_detail @error_detail end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7506 7507 7508 |
# File 'sig/types.rbs', line 7506 def table_name @table_name end |