Struct aws_sdk_opensearch::model::ErrorDetails
source · #[non_exhaustive]pub struct ErrorDetails { /* private fields */ }
Implementations§
source§impl ErrorDetails
impl ErrorDetails
pub fn error_type(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
source§impl ErrorDetails
impl ErrorDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ErrorDetails
.
Trait Implementations§
source§impl Clone for ErrorDetails
impl Clone for ErrorDetails
source§fn clone(&self) -> ErrorDetails
fn clone(&self) -> ErrorDetails
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 more