Enum aws_sdk_elasticloadbalancingv2::Error[][src]

#[non_exhaustive]
pub enum Error {
Show 38 variants AlpnPolicyNotSupportedException(AlpnPolicyNotSupportedException), AllocationIdNotFoundException(AllocationIdNotFoundException), AvailabilityZoneNotSupportedException(AvailabilityZoneNotSupportedException), CertificateNotFoundException(CertificateNotFoundException), DuplicateListenerException(DuplicateListenerException), DuplicateLoadBalancerNameException(DuplicateLoadBalancerNameException), DuplicateTagKeysException(DuplicateTagKeysException), DuplicateTargetGroupNameException(DuplicateTargetGroupNameException), HealthUnavailableException(HealthUnavailableException), IncompatibleProtocolsException(IncompatibleProtocolsException), InvalidConfigurationRequestException(InvalidConfigurationRequestException), InvalidLoadBalancerActionException(InvalidLoadBalancerActionException), InvalidSchemeException(InvalidSchemeException), InvalidSecurityGroupException(InvalidSecurityGroupException), InvalidSubnetException(InvalidSubnetException), InvalidTargetException(InvalidTargetException), ListenerNotFoundException(ListenerNotFoundException), LoadBalancerNotFoundException(LoadBalancerNotFoundException), OperationNotPermittedException(OperationNotPermittedException), PriorityInUseException(PriorityInUseException), ResourceInUseException(ResourceInUseException), RuleNotFoundException(RuleNotFoundException), SslPolicyNotFoundException(SslPolicyNotFoundException), SubnetNotFoundException(SubnetNotFoundException), TargetGroupAssociationLimitException(TargetGroupAssociationLimitException), TargetGroupNotFoundException(TargetGroupNotFoundException), TooManyActionsException(TooManyActionsException), TooManyCertificatesException(TooManyCertificatesException), TooManyListenersException(TooManyListenersException), TooManyLoadBalancersException(TooManyLoadBalancersException), TooManyRegistrationsForTargetIdException(TooManyRegistrationsForTargetIdException), TooManyRulesException(TooManyRulesException), TooManyTagsException(TooManyTagsException), TooManyTargetGroupsException(TooManyTargetGroupsException), TooManyTargetsException(TooManyTargetsException), TooManyUniqueTargetGroupsPerLoadBalancerException(TooManyUniqueTargetGroupsPerLoadBalancerException), UnsupportedProtocolException(UnsupportedProtocolException), Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description

All possible error types for this service.

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.

AlpnPolicyNotSupportedException(AlpnPolicyNotSupportedException)

The specified ALPN policy is not supported.

AllocationIdNotFoundException(AllocationIdNotFoundException)

The specified allocation ID does not exist.

AvailabilityZoneNotSupportedException(AvailabilityZoneNotSupportedException)

The specified Availability Zone is not supported.

CertificateNotFoundException(CertificateNotFoundException)

The specified certificate does not exist.

DuplicateListenerException(DuplicateListenerException)

A listener with the specified port already exists.

DuplicateLoadBalancerNameException(DuplicateLoadBalancerNameException)

A load balancer with the specified name already exists.

DuplicateTagKeysException(DuplicateTagKeysException)

A tag key was specified more than once.

DuplicateTargetGroupNameException(DuplicateTargetGroupNameException)

A target group with the specified name already exists.

HealthUnavailableException(HealthUnavailableException)

The health of the specified targets could not be retrieved due to an internal error.

IncompatibleProtocolsException(IncompatibleProtocolsException)

The specified configuration is not valid with this protocol.

InvalidConfigurationRequestException(InvalidConfigurationRequestException)

The requested configuration is not valid.

InvalidLoadBalancerActionException(InvalidLoadBalancerActionException)

The requested action is not valid.

InvalidSchemeException(InvalidSchemeException)

Tuple Fields

The requested scheme is not valid.

InvalidSecurityGroupException(InvalidSecurityGroupException)

The specified security group does not exist.

InvalidSubnetException(InvalidSubnetException)

Tuple Fields

The specified subnet is out of available addresses.

InvalidTargetException(InvalidTargetException)

Tuple Fields

The specified target does not exist, is not in the same VPC as the target group, or has an unsupported instance type.

ListenerNotFoundException(ListenerNotFoundException)

The specified listener does not exist.

LoadBalancerNotFoundException(LoadBalancerNotFoundException)

The specified load balancer does not exist.

OperationNotPermittedException(OperationNotPermittedException)

This operation is not allowed.

PriorityInUseException(PriorityInUseException)

Tuple Fields

The specified priority is in use.

ResourceInUseException(ResourceInUseException)

Tuple Fields

A specified resource is in use.

RuleNotFoundException(RuleNotFoundException)

Tuple Fields

The specified rule does not exist.

SslPolicyNotFoundException(SslPolicyNotFoundException)

The specified SSL policy does not exist.

SubnetNotFoundException(SubnetNotFoundException)

Tuple Fields

The specified subnet does not exist.

TargetGroupAssociationLimitException(TargetGroupAssociationLimitException)

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

TargetGroupNotFoundException(TargetGroupNotFoundException)

The specified target group does not exist.

TooManyActionsException(TooManyActionsException)

Tuple Fields

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

TooManyCertificatesException(TooManyCertificatesException)

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

TooManyListenersException(TooManyListenersException)

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

TooManyLoadBalancersException(TooManyLoadBalancersException)

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

TooManyRegistrationsForTargetIdException(TooManyRegistrationsForTargetIdException)

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

TooManyRulesException(TooManyRulesException)

Tuple Fields

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

TooManyTagsException(TooManyTagsException)

Tuple Fields

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

TooManyTargetGroupsException(TooManyTargetGroupsException)

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

TooManyTargetsException(TooManyTargetsException)

Tuple Fields

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

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.

UnsupportedProtocolException(UnsupportedProtocolException)

The specified protocol is not supported.

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

Tuple Fields

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

An unhandled error occurred.

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

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.

Converts the given value to a String. Read more

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