Struct aws_sdk_quicksight::model::TemplateError
source · #[non_exhaustive]pub struct TemplateError { /* private fields */ }Expand description
List of errors that occurred when the template version creation failed.
Implementations§
source§impl TemplateError
impl TemplateError
source§impl TemplateError
impl TemplateError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TemplateError.
Trait Implementations§
source§impl Clone for TemplateError
impl Clone for TemplateError
source§fn clone(&self) -> TemplateError
fn clone(&self) -> TemplateError
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