Enum aws_sdk_elasticloadbalancingv2::error::CreateLoadBalancerErrorKind [−][src]
#[non_exhaustive]
pub enum CreateLoadBalancerErrorKind {
Show 14 variants
AllocationIdNotFoundException(AllocationIdNotFoundException),
AvailabilityZoneNotSupportedException(AvailabilityZoneNotSupportedException),
DuplicateLoadBalancerNameException(DuplicateLoadBalancerNameException),
DuplicateTagKeysException(DuplicateTagKeysException),
InvalidConfigurationRequestException(InvalidConfigurationRequestException),
InvalidSchemeException(InvalidSchemeException),
InvalidSecurityGroupException(InvalidSecurityGroupException),
InvalidSubnetException(InvalidSubnetException),
OperationNotPermittedException(OperationNotPermittedException),
ResourceInUseException(ResourceInUseException),
SubnetNotFoundException(SubnetNotFoundException),
TooManyLoadBalancersException(TooManyLoadBalancersException),
TooManyTagsException(TooManyTagsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CreateLoadBalancer
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AllocationIdNotFoundException(AllocationIdNotFoundException)
The specified allocation ID does not exist.
Tuple Fields of AllocationIdNotFoundException
AvailabilityZoneNotSupportedException(AvailabilityZoneNotSupportedException)
The specified Availability Zone is not supported.
Tuple Fields of AvailabilityZoneNotSupportedException
DuplicateLoadBalancerNameException(DuplicateLoadBalancerNameException)
A load balancer with the specified name already exists.
Tuple Fields of DuplicateLoadBalancerNameException
DuplicateTagKeysException(DuplicateTagKeysException)
A tag key was specified more than once.
Tuple Fields of DuplicateTagKeysException
InvalidConfigurationRequestException(InvalidConfigurationRequestException)
The requested configuration is not valid.
Tuple Fields of InvalidConfigurationRequestException
InvalidSchemeException(InvalidSchemeException)
The requested scheme is not valid.
Tuple Fields of InvalidSchemeException
InvalidSecurityGroupException(InvalidSecurityGroupException)
The specified security group does not exist.
Tuple Fields of InvalidSecurityGroupException
InvalidSubnetException(InvalidSubnetException)
The specified subnet is out of available addresses.
Tuple Fields of InvalidSubnetException
OperationNotPermittedException(OperationNotPermittedException)
This operation is not allowed.
Tuple Fields of OperationNotPermittedException
ResourceInUseException(ResourceInUseException)
A specified resource is in use.
Tuple Fields of ResourceInUseException
SubnetNotFoundException(SubnetNotFoundException)
The specified subnet does not exist.
Tuple Fields of SubnetNotFoundException
TooManyLoadBalancersException(TooManyLoadBalancersException)
You've reached the limit on the number of load balancers for your Amazon Web Services account.
Tuple Fields of TooManyLoadBalancersException
TooManyTagsException(TooManyTagsException)
You've reached the limit on the number of tags per load balancer.
Tuple Fields of TooManyTagsException
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreateLoadBalancerErrorKind
impl Send for CreateLoadBalancerErrorKind
impl Sync for CreateLoadBalancerErrorKind
impl Unpin for CreateLoadBalancerErrorKind
impl !UnwindSafe for CreateLoadBalancerErrorKind
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