Struct aws_sdk_glue::model::ColumnStatisticsError
source · #[non_exhaustive]pub struct ColumnStatisticsError { /* private fields */ }Expand description
Encapsulates a ColumnStatistics object that failed and the reason for failure.
Implementations§
source§impl ColumnStatisticsError
impl ColumnStatisticsError
sourcepub fn column_statistics(&self) -> Option<&ColumnStatistics>
pub fn column_statistics(&self) -> Option<&ColumnStatistics>
The ColumnStatistics of the column.
sourcepub fn error(&self) -> Option<&ErrorDetail>
pub fn error(&self) -> Option<&ErrorDetail>
An error message with the reason for the failure of an operation.
source§impl ColumnStatisticsError
impl ColumnStatisticsError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColumnStatisticsError.
Trait Implementations§
source§impl Clone for ColumnStatisticsError
impl Clone for ColumnStatisticsError
source§fn clone(&self) -> ColumnStatisticsError
fn clone(&self) -> ColumnStatisticsError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ColumnStatisticsError
impl Debug for ColumnStatisticsError
source§impl PartialEq<ColumnStatisticsError> for ColumnStatisticsError
impl PartialEq<ColumnStatisticsError> for ColumnStatisticsError
source§fn eq(&self, other: &ColumnStatisticsError) -> bool
fn eq(&self, other: &ColumnStatisticsError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.