Struct aws_sdk_quicksight::model::NamespaceError
source · #[non_exhaustive]pub struct NamespaceError { /* private fields */ }Expand description
Errors that occur during namespace creation.
Implementations§
source§impl NamespaceError
impl NamespaceError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NamespaceError.
Trait Implementations§
source§impl Clone for NamespaceError
impl Clone for NamespaceError
source§fn clone(&self) -> NamespaceError
fn clone(&self) -> NamespaceError
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