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.
948 949 950 |
# File 'sig/types.rbs', line 948 def column_statistics @column_statistics end |
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
949 950 951 |
# File 'sig/types.rbs', line 949 def error @error end |