Struct aws_sdk_appstream::model::StackError
source · #[non_exhaustive]pub struct StackError { /* private fields */ }
Expand description
Describes a stack error.
Implementations§
source§impl StackError
impl StackError
sourcepub fn error_code(&self) -> Option<&StackErrorCode>
pub fn error_code(&self) -> Option<&StackErrorCode>
The error code.
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The error message.
source§impl StackError
impl StackError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StackError
.
Trait Implementations§
source§impl Clone for StackError
impl Clone for StackError
source§fn clone(&self) -> StackError
fn clone(&self) -> StackError
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