Struct aws_sdk_glue::model::TableVersionError
source · #[non_exhaustive]pub struct TableVersionError { /* private fields */ }Expand description
An error record for table-version operations.
Implementations§
source§impl TableVersionError
impl TableVersionError
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The name of the table in question.
sourcepub fn version_id(&self) -> Option<&str>
pub fn version_id(&self) -> Option<&str>
The ID value of the version in question. A VersionID is a string representation of an integer. Each version is incremented by 1.
sourcepub fn error_detail(&self) -> Option<&ErrorDetail>
pub fn error_detail(&self) -> Option<&ErrorDetail>
The details about the error.
source§impl TableVersionError
impl TableVersionError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TableVersionError.
Trait Implementations§
source§impl Clone for TableVersionError
impl Clone for TableVersionError
source§fn clone(&self) -> TableVersionError
fn clone(&self) -> TableVersionError
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 TableVersionError
impl Debug for TableVersionError
source§impl PartialEq<TableVersionError> for TableVersionError
impl PartialEq<TableVersionError> for TableVersionError
source§fn eq(&self, other: &TableVersionError) -> bool
fn eq(&self, other: &TableVersionError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.