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
AlpnPolicyNotSupportedException(AlpnPolicyNotSupportedException)
Tuple Fields
The specified ALPN policy is not supported.
AllocationIdNotFoundException(AllocationIdNotFoundException)
Tuple Fields
The specified allocation ID does not exist.
AvailabilityZoneNotSupportedException(AvailabilityZoneNotSupportedException)
Tuple Fields
The specified Availability Zone is not supported.
CertificateNotFoundException(CertificateNotFoundException)
Tuple Fields
The specified certificate does not exist.
DuplicateListenerException(DuplicateListenerException)
Tuple Fields
A listener with the specified port already exists.
DuplicateLoadBalancerNameException(DuplicateLoadBalancerNameException)
Tuple Fields
A load balancer with the specified name already exists.
DuplicateTagKeysException(DuplicateTagKeysException)
Tuple Fields
A tag key was specified more than once.
DuplicateTargetGroupNameException(DuplicateTargetGroupNameException)
Tuple Fields
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)
Tuple Fields
The specified configuration is not valid with this protocol.
InvalidConfigurationRequestException(InvalidConfigurationRequestException)
Tuple Fields
The requested configuration is not valid.
InvalidLoadBalancerActionException(InvalidLoadBalancerActionException)
Tuple Fields
The requested action is not valid.
InvalidSchemeException(InvalidSchemeException)
Tuple Fields
The requested scheme is not valid.
InvalidSecurityGroupException(InvalidSecurityGroupException)
Tuple Fields
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)
Tuple Fields
The specified listener does not exist.
LoadBalancerNotFoundException(LoadBalancerNotFoundException)
Tuple Fields
The specified load balancer does not exist.
OperationNotPermittedException(OperationNotPermittedException)
Tuple Fields
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)
Tuple Fields
The specified SSL policy does not exist.
SubnetNotFoundException(SubnetNotFoundException)
Tuple Fields
The specified subnet does not exist.
TargetGroupAssociationLimitException(TargetGroupAssociationLimitException)
Tuple Fields
You've reached the limit on the number of load balancers per target group.
TargetGroupNotFoundException(TargetGroupNotFoundException)
Tuple Fields
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)
Tuple Fields
You've reached the limit on the number of certificates per load balancer.
TooManyListenersException(TooManyListenersException)
Tuple Fields
You've reached the limit on the number of listeners per load balancer.
TooManyLoadBalancersException(TooManyLoadBalancersException)
Tuple Fields
You've reached the limit on the number of load balancers for your Amazon Web Services account.
TooManyRegistrationsForTargetIdException(TooManyRegistrationsForTargetIdException)
Tuple Fields
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)
Tuple Fields
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)
Tuple Fields
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)
Tuple Fields
The specified protocol is not supported.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
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
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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