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.
910 911 912 |
# File 'sig/types.rbs', line 910 def column_name @column_name end |
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
911 912 913 |
# File 'sig/types.rbs', line 911 def error @error end |