Class: Aws::Types::TableVersionError
- Inherits:
-
Object
- Object
- Aws::Types::TableVersionError
- 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.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#error_detail ⇒ Types::ErrorDetail
Returns the value of attribute error_detail.
7632 7633 7634 |
# File 'sig/types.rbs', line 7632 def error_detail @error_detail end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
7630 7631 7632 |
# File 'sig/types.rbs', line 7630 def table_name @table_name end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
7631 7632 7633 |
# File 'sig/types.rbs', line 7631 def version_id @version_id end |