Class: Aws::Types::ColumnStatisticsError
- Inherits:
-
Object
- Object
- Aws::Types::ColumnStatisticsError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_statistics ⇒ Types::ColumnStatistics
Returns the value of attribute column_statistics.
-
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
Instance Attribute Details
#column_statistics ⇒ Types::ColumnStatistics
Returns the value of attribute column_statistics.
952 953 954 |
# File 'sig/types.rbs', line 952 def column_statistics @column_statistics end |
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
953 954 955 |
# File 'sig/types.rbs', line 953 def error @error end |