Struct aws_sdk_waf::error::TagResourceError [−][src]
#[non_exhaustive]pub struct TagResourceError {
pub kind: TagResourceErrorKind,
// some fields omitted
}Expand description
Error type for the TagResource 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: TagResourceErrorKindKind of error that occurred.
Implementations
Creates a new TagResourceError.
Creates the TagResourceError::Unhandled variant from any error type.
Creates the TagResourceError::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 TagResourceErrorKind::WafBadRequestException.
Returns true if the error kind is TagResourceErrorKind::WafInternalErrorException.
Returns true if the error kind is TagResourceErrorKind::WafInvalidParameterException.
Returns true if the error kind is TagResourceErrorKind::WafLimitsExceededException.
Returns true if the error kind is TagResourceErrorKind::WafNonexistentItemException.
Returns true if the error kind is TagResourceErrorKind::WafTagOperationException.
Returns true if the error kind is TagResourceErrorKind::WafTagOperationInternalErrorException.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for TagResourceError
impl Send for TagResourceError
impl Sync for TagResourceError
impl Unpin for TagResourceError
impl !UnwindSafe for TagResourceError
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
