Struct aws_sdk_quicksight::error::SearchAnalysesError [−][src]
#[non_exhaustive]pub struct SearchAnalysesError {
pub kind: SearchAnalysesErrorKind,
// some fields omitted
}
Expand description
Error type for the SearchAnalyses
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.kind: SearchAnalysesErrorKind
Kind of error that occurred.
Implementations
Creates a new SearchAnalysesError
.
Creates the SearchAnalysesError::Unhandled
variant from any error type.
Creates the SearchAnalysesError::Unhandled
variant from a aws_smithy_types::Error
.
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Returns the request ID if it’s available.
Returns true
if the error kind is SearchAnalysesErrorKind::InternalFailureException
.
Returns true
if the error kind is SearchAnalysesErrorKind::InvalidNextTokenException
.
Returns true
if the error kind is SearchAnalysesErrorKind::InvalidParameterValueException
.
Returns true
if the error kind is SearchAnalysesErrorKind::ResourceNotFoundException
.
Returns true
if the error kind is SearchAnalysesErrorKind::ThrottlingException
.
Returns true
if the error kind is SearchAnalysesErrorKind::UnsupportedUserEditionException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SearchAnalysesError
impl Send for SearchAnalysesError
impl Sync for SearchAnalysesError
impl Unpin for SearchAnalysesError
impl !UnwindSafe for SearchAnalysesError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more