Enum aws_sdk_elasticloadbalancingv2::error::CreateRuleErrorKind[][src]

#[non_exhaustive]
pub enum CreateRuleErrorKind {
Show 16 variants IncompatibleProtocolsException(IncompatibleProtocolsException), InvalidConfigurationRequestException(InvalidConfigurationRequestException), InvalidLoadBalancerActionException(InvalidLoadBalancerActionException), ListenerNotFoundException(ListenerNotFoundException), PriorityInUseException(PriorityInUseException), TargetGroupAssociationLimitException(TargetGroupAssociationLimitException), TargetGroupNotFoundException(TargetGroupNotFoundException), TooManyActionsException(TooManyActionsException), TooManyRegistrationsForTargetIdException(TooManyRegistrationsForTargetIdException), TooManyRulesException(TooManyRulesException), TooManyTagsException(TooManyTagsException), TooManyTargetGroupsException(TooManyTargetGroupsException), TooManyTargetsException(TooManyTargetsException), TooManyUniqueTargetGroupsPerLoadBalancerException(TooManyUniqueTargetGroupsPerLoadBalancerException), UnsupportedProtocolException(UnsupportedProtocolException), Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description

Types of errors that can occur for the CreateRule 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
InvalidConfigurationRequestException(InvalidConfigurationRequestException)

The requested configuration is not valid.

Tuple Fields of InvalidConfigurationRequestException

0: InvalidConfigurationRequestException
InvalidLoadBalancerActionException(InvalidLoadBalancerActionException)

The requested action is not valid.

Tuple Fields of InvalidLoadBalancerActionException

0: InvalidLoadBalancerActionException
ListenerNotFoundException(ListenerNotFoundException)

The specified listener does not exist.

Tuple Fields of ListenerNotFoundException

0: ListenerNotFoundException
PriorityInUseException(PriorityInUseException)

The specified priority is in use.

Tuple Fields of PriorityInUseException

0: PriorityInUseException
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
TooManyRulesException(TooManyRulesException)

You've reached the limit on the number of rules per load balancer.

Tuple Fields of TooManyRulesException

0: TooManyRulesException
TooManyTagsException(TooManyTagsException)

You've reached the limit on the number of tags per load balancer.

Tuple Fields of TooManyTagsException

0: TooManyTagsException
TooManyTargetGroupsException(TooManyTargetGroupsException)

You've reached the limit on the number of target groups for your Amazon Web Services account.

Tuple Fields of TooManyTargetGroupsException

0: TooManyTargetGroupsException
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