Struct aws_sdk_appsync::error::DeleteApiCacheError [−][src]
#[non_exhaustive]pub struct DeleteApiCacheError {
pub kind: DeleteApiCacheErrorKind,
// some fields omitted
}
Expand description
Error type for the DeleteApiCache
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: DeleteApiCacheErrorKind
Kind of error that occurred.
Implementations
Creates a new DeleteApiCacheError
.
Creates the DeleteApiCacheError::Unhandled
variant from any error type.
Creates the DeleteApiCacheError::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 DeleteApiCacheErrorKind::BadRequestException
.
Returns true
if the error kind is DeleteApiCacheErrorKind::ConcurrentModificationException
.
Returns true
if the error kind is DeleteApiCacheErrorKind::InternalFailureException
.
Returns true
if the error kind is DeleteApiCacheErrorKind::NotFoundException
.
Returns true
if the error kind is DeleteApiCacheErrorKind::UnauthorizedException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for DeleteApiCacheError
impl Send for DeleteApiCacheError
impl Sync for DeleteApiCacheError
impl Unpin for DeleteApiCacheError
impl !UnwindSafe for DeleteApiCacheError
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