Class: Aws::Types::ColumnError
- Inherits:
-
Object
- Object
- Aws::Types::ColumnError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
914 915 916 |
# File 'sig/types.rbs', line 914 def column_name @column_name end |
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
915 916 917 |
# File 'sig/types.rbs', line 915 def error @error end |