Struct aws_sdk_amp::error::CreateRuleGroupsNamespaceError
source · [−]#[non_exhaustive]pub struct CreateRuleGroupsNamespaceError {
pub kind: CreateRuleGroupsNamespaceErrorKind,
/* private fields */
}
Expand description
Error type for the CreateRuleGroupsNamespace
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: CreateRuleGroupsNamespaceErrorKind
Kind of error that occurred.
Implementations
Creates a new CreateRuleGroupsNamespaceError
.
Creates the CreateRuleGroupsNamespaceError::Unhandled
variant from any error type.
Creates the CreateRuleGroupsNamespaceError::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 CreateRuleGroupsNamespaceErrorKind::AccessDeniedException
.
Returns true
if the error kind is CreateRuleGroupsNamespaceErrorKind::ConflictException
.
Returns true
if the error kind is CreateRuleGroupsNamespaceErrorKind::InternalServerException
.
Returns true
if the error kind is CreateRuleGroupsNamespaceErrorKind::ResourceNotFoundException
.
Returns true
if the error kind is CreateRuleGroupsNamespaceErrorKind::ServiceQuotaExceededException
.
Returns true
if the error kind is CreateRuleGroupsNamespaceErrorKind::ThrottlingException
.
Returns true
if the error kind is CreateRuleGroupsNamespaceErrorKind::ValidationException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreateRuleGroupsNamespaceError
impl Send for CreateRuleGroupsNamespaceError
impl Sync for CreateRuleGroupsNamespaceError
impl Unpin for CreateRuleGroupsNamespaceError
impl !UnwindSafe for CreateRuleGroupsNamespaceError
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