Struct aws_sdk_elasticloadbalancingv2::error::ModifyRuleError [−][src]
#[non_exhaustive]pub struct ModifyRuleError {
pub kind: ModifyRuleErrorKind,
// some fields omitted
}
Expand description
Error type for the ModifyRule
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: ModifyRuleErrorKind
Kind of error that occurred.
Implementations
Creates a new ModifyRuleError
.
Creates the ModifyRuleError::Unhandled
variant from any error type.
Creates the ModifyRuleError::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 ModifyRuleErrorKind::IncompatibleProtocolsException
.
Returns true
if the error kind is ModifyRuleErrorKind::InvalidLoadBalancerActionException
.
Returns true
if the error kind is ModifyRuleErrorKind::OperationNotPermittedException
.
Returns true
if the error kind is ModifyRuleErrorKind::RuleNotFoundException
.
Returns true
if the error kind is ModifyRuleErrorKind::TargetGroupAssociationLimitException
.
Returns true
if the error kind is ModifyRuleErrorKind::TargetGroupNotFoundException
.
Returns true
if the error kind is ModifyRuleErrorKind::TooManyActionsException
.
Returns true
if the error kind is ModifyRuleErrorKind::TooManyRegistrationsForTargetIdException
.
Returns true
if the error kind is ModifyRuleErrorKind::TooManyTargetsException
.
Returns true
if the error kind is ModifyRuleErrorKind::TooManyUniqueTargetGroupsPerLoadBalancerException
.
Returns true
if the error kind is ModifyRuleErrorKind::UnsupportedProtocolException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ModifyRuleError
impl Send for ModifyRuleError
impl Sync for ModifyRuleError
impl Unpin for ModifyRuleError
impl !UnwindSafe for ModifyRuleError
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