#[non_exhaustive]pub struct BatchGetViewError { /* private fields */ }Expand description
A collection of error messages for any views that Amazon Web Services Resource Explorer couldn't retrieve details.
Implementations§
source§impl BatchGetViewError
impl BatchGetViewError
sourcepub fn view_arn(&self) -> Option<&str>
pub fn view_arn(&self) -> Option<&str>
The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The description of the error for the specified view.
source§impl BatchGetViewError
impl BatchGetViewError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetViewError.
Trait Implementations§
source§impl Clone for BatchGetViewError
impl Clone for BatchGetViewError
source§fn clone(&self) -> BatchGetViewError
fn clone(&self) -> BatchGetViewError
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 BatchGetViewError
impl Debug for BatchGetViewError
source§impl PartialEq<BatchGetViewError> for BatchGetViewError
impl PartialEq<BatchGetViewError> for BatchGetViewError
source§fn eq(&self, other: &BatchGetViewError) -> bool
fn eq(&self, other: &BatchGetViewError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.