Struct aws_sdk_databrew::model::RecipeVersionErrorDetail
source · [−]#[non_exhaustive]pub struct RecipeVersionErrorDetail {
pub error_code: Option<String>,
pub error_message: Option<String>,
pub recipe_version: Option<String>,
}
Expand description
Represents any errors encountered when attempting to delete multiple recipe versions.
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.error_code: Option<String>
The HTTP status code for the error.
error_message: Option<String>
The text of the error message.
recipe_version: Option<String>
The identifier for the recipe version associated with this error.
Implementations
The HTTP status code for the error.
The text of the error message.
The identifier for the recipe version associated with this error.
Creates a new builder-style object to manufacture RecipeVersionErrorDetail
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 RecipeVersionErrorDetail
impl Send for RecipeVersionErrorDetail
impl Sync for RecipeVersionErrorDetail
impl Unpin for RecipeVersionErrorDetail
impl UnwindSafe for RecipeVersionErrorDetail
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