Struct aws_sdk_elasticache::model::UnprocessedUpdateAction
source ·
[−]#[non_exhaustive]pub struct UnprocessedUpdateAction {
pub replication_group_id: Option<String>,
pub cache_cluster_id: Option<String>,
pub service_update_name: Option<String>,
pub error_type: Option<String>,
pub error_message: Option<String>,
}
Expand description
Update action that has failed to be processed for the corresponding apply/stop request
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.replication_group_id: Option<String>
The replication group ID
cache_cluster_id: Option<String>
The ID of the cache cluster
service_update_name: Option<String>
The unique ID of the service update
error_type: Option<String>
The error type for requests that are not processed
error_message: Option<String>
The error message that describes the reason the request was not processed
Implementations
The replication group ID
The ID of the cache cluster
The unique ID of the service update
The error type for requests that are not processed
The error message that describes the reason the request was not processed
Creates a new builder-style object to manufacture UnprocessedUpdateAction
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 UnprocessedUpdateAction
impl Send for UnprocessedUpdateAction
impl Sync for UnprocessedUpdateAction
impl Unpin for UnprocessedUpdateAction
impl UnwindSafe for UnprocessedUpdateAction
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