Struct aws_sdk_glue::model::TableVersionError
source ·
[−]#[non_exhaustive]pub struct TableVersionError {
pub table_name: Option<String>,
pub version_id: Option<String>,
pub error_detail: Option<ErrorDetail>,
}
Expand description
An error record for table-version operations.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.table_name: Option<String>
The name of the table in question.
version_id: Option<String>
The ID value of the version in question. A VersionID
is a string representation of an integer. Each version is incremented by 1.
error_detail: Option<ErrorDetail>
The details about the error.
Implementations
The name of the table in question.
The ID value of the version in question. A VersionID
is a string representation of an integer. Each version is incremented by 1.
The details about the error.
Creates a new builder-style object to manufacture TableVersionError
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TableVersionError
impl Send for TableVersionError
impl Sync for TableVersionError
impl Unpin for TableVersionError
impl UnwindSafe for TableVersionError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more