Struct aws_sdk_redshift::model::SnapshotErrorMessage [−][src]
#[non_exhaustive]pub struct SnapshotErrorMessage {
pub snapshot_identifier: Option<String>,
pub snapshot_cluster_identifier: Option<String>,
pub failure_code: Option<String>,
pub failure_reason: Option<String>,
}
Expand description
Describes the errors returned by a snapshot.
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.snapshot_identifier: Option<String>
A unique identifier for the snapshot returning the error.
snapshot_cluster_identifier: Option<String>
A unique identifier for the cluster.
failure_code: Option<String>
The failure code for the error.
failure_reason: Option<String>
The text message describing the error.
Implementations
A unique identifier for the snapshot returning the error.
A unique identifier for the cluster.
The failure code for the error.
The text message describing the error.
Creates a new builder-style object to manufacture SnapshotErrorMessage
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 SnapshotErrorMessage
impl Send for SnapshotErrorMessage
impl Sync for SnapshotErrorMessage
impl Unpin for SnapshotErrorMessage
impl UnwindSafe for SnapshotErrorMessage
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