Struct aws_sdk_appstream::types::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() -> StackErrorBuilder
pub fn builder() -> StackErrorBuilder
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 moresource§impl Debug for StackError
impl Debug for StackError
source§impl PartialEq<StackError> for StackError
impl PartialEq<StackError> for StackError
source§fn eq(&self, other: &StackError) -> bool
fn eq(&self, other: &StackError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.