Struct aws_sdk_opensearch::model::ValidationFailure
source · #[non_exhaustive]pub struct ValidationFailure { /* private fields */ }
Expand description
A validation failure that occurred as the result of a pre-update validation check (verbose dry run) on a domain.
Implementations§
source§impl ValidationFailure
impl ValidationFailure
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ValidationFailure
.
Trait Implementations§
source§impl Clone for ValidationFailure
impl Clone for ValidationFailure
source§fn clone(&self) -> ValidationFailure
fn clone(&self) -> ValidationFailure
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 ValidationFailure
impl Debug for ValidationFailure
source§impl PartialEq<ValidationFailure> for ValidationFailure
impl PartialEq<ValidationFailure> for ValidationFailure
source§fn eq(&self, other: &ValidationFailure) -> bool
fn eq(&self, other: &ValidationFailure) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.