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)
Tuple Fields
The specified allocation ID does not exist.
AvailabilityZoneNotSupportedException(AvailabilityZoneNotSupportedException)
Tuple Fields
The specified Availability Zone is not supported.
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.
InvalidConfigurationRequestException(InvalidConfigurationRequestException)
Tuple Fields
The requested configuration 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.
OperationNotPermittedException(OperationNotPermittedException)
Tuple Fields
This operation is not allowed.
ResourceInUseException(ResourceInUseException)
Tuple Fields
A specified resource is in use.
SubnetNotFoundException(SubnetNotFoundException)
Tuple Fields
The specified subnet does not exist.
TooManyLoadBalancersException(TooManyLoadBalancersException)
Tuple Fields
You've reached the limit on the number of load balancers for your Amazon Web Services account.
TooManyTagsException(TooManyTagsException)
Tuple Fields
You've reached the limit on the number of tags per load balancer.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
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