Enum rusoto_elb::CreateLoadBalancerListenersError [] [src]

pub enum CreateLoadBalancerListenersError {
    AccessPointNotFound(String),
    CertificateNotFound(String),
    DuplicateListener(String),
    InvalidConfigurationRequest(String),
    UnsupportedProtocol(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateLoadBalancerListeners

Variants

The specified load balancer does not exist.

The specified ARN does not refer to a valid SSL certificate in AWS Identity and Access Management (IAM) or AWS Certificate Manager (ACM). Note that if you recently uploaded the certificate to IAM, this error might indicate that the certificate is not fully available yet.

A listener already exists for the specified load balancer name and port, but with a different instance port, protocol, or SSL certificate.

The requested configuration change is not valid.

An error occurred dispatching the HTTP request

An error was encountered with AWS credentials.

A validation error occurred. Details from AWS are provided.

An unknown error occurred. The raw HTTP response is provided.

Methods

impl CreateLoadBalancerListenersError
[src]

Trait Implementations

impl Debug for CreateLoadBalancerListenersError
[src]

Formats the value using the given formatter.

impl PartialEq for CreateLoadBalancerListenersError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl From<XmlParseError> for CreateLoadBalancerListenersError
[src]

Performs the conversion.

impl From<CredentialsError> for CreateLoadBalancerListenersError
[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateLoadBalancerListenersError
[src]

Performs the conversion.

impl Display for CreateLoadBalancerListenersError
[src]

Formats the value using the given formatter. Read more

impl Error for CreateLoadBalancerListenersError
[src]

A short description of the error. Read more

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