Enum aws_sdk_elasticloadbalancingv2::error::ModifyRuleErrorKind[][src]

#[non_exhaustive]
pub enum ModifyRuleErrorKind {
    IncompatibleProtocolsException(IncompatibleProtocolsException),
    InvalidLoadBalancerActionException(InvalidLoadBalancerActionException),
    OperationNotPermittedException(OperationNotPermittedException),
    RuleNotFoundException(RuleNotFoundException),
    TargetGroupAssociationLimitException(TargetGroupAssociationLimitException),
    TargetGroupNotFoundException(TargetGroupNotFoundException),
    TooManyActionsException(TooManyActionsException),
    TooManyRegistrationsForTargetIdException(TooManyRegistrationsForTargetIdException),
    TooManyTargetsException(TooManyTargetsException),
    TooManyUniqueTargetGroupsPerLoadBalancerException(TooManyUniqueTargetGroupsPerLoadBalancerException),
    UnsupportedProtocolException(UnsupportedProtocolException),
    Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description

Types of errors that can occur for the ModifyRule operation.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
IncompatibleProtocolsException(IncompatibleProtocolsException)

The specified configuration is not valid with this protocol.

Tuple Fields of IncompatibleProtocolsException

0: IncompatibleProtocolsException
InvalidLoadBalancerActionException(InvalidLoadBalancerActionException)

The requested action is not valid.

Tuple Fields of InvalidLoadBalancerActionException

0: InvalidLoadBalancerActionException
OperationNotPermittedException(OperationNotPermittedException)

This operation is not allowed.

Tuple Fields of OperationNotPermittedException

0: OperationNotPermittedException
RuleNotFoundException(RuleNotFoundException)

The specified rule does not exist.

Tuple Fields of RuleNotFoundException

0: RuleNotFoundException
TargetGroupAssociationLimitException(TargetGroupAssociationLimitException)

You've reached the limit on the number of load balancers per target group.

Tuple Fields of TargetGroupAssociationLimitException

0: TargetGroupAssociationLimitException
TargetGroupNotFoundException(TargetGroupNotFoundException)

The specified target group does not exist.

Tuple Fields of TargetGroupNotFoundException

0: TargetGroupNotFoundException
TooManyActionsException(TooManyActionsException)

You've reached the limit on the number of actions per rule.

Tuple Fields of TooManyActionsException

0: TooManyActionsException
TooManyRegistrationsForTargetIdException(TooManyRegistrationsForTargetIdException)

You've reached the limit on the number of times a target can be registered with a load balancer.

Tuple Fields of TooManyRegistrationsForTargetIdException

0: TooManyRegistrationsForTargetIdException
TooManyTargetsException(TooManyTargetsException)

You've reached the limit on the number of targets.

Tuple Fields of TooManyTargetsException

0: TooManyTargetsException
TooManyUniqueTargetGroupsPerLoadBalancerException(TooManyUniqueTargetGroupsPerLoadBalancerException)

You've reached the limit on the number of unique target groups per load balancer across all listeners. If a target group is used by multiple actions for a load balancer, it is counted as only one use.

Tuple Fields of TooManyUniqueTargetGroupsPerLoadBalancerException

0: TooManyUniqueTargetGroupsPerLoadBalancerException
UnsupportedProtocolException(UnsupportedProtocolException)

The specified protocol is not supported.

Tuple Fields of UnsupportedProtocolException

0: UnsupportedProtocolException
Unhandled(Box<dyn Error + Send + Sync + 'static>)

An unexpected error, e.g. invalid JSON returned by the service or an unknown error code

Tuple Fields of Unhandled

0: Box<dyn Error + Send + Sync + 'static>

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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