[][src]Enum rusoto_cloudfront::ListDistributionsByWebACLIdError

pub enum ListDistributionsByWebACLIdError {
    InvalidArgument(String),
    InvalidWebACLId(String),
}

Errors returned by ListDistributionsByWebACLId

Variants

InvalidArgument(String)

An argument is invalid.

InvalidWebACLId(String)

A web ACL ID specified is not valid. To specify a web ACL created using the latest version of AWS WAF, use the ACL ARN, for example arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/473e64fd-f30b-4765-81a0-62ad96dd167a. To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example 473e64fd-f30b-4765-81a0-62ad96dd167a.

Implementations

impl ListDistributionsByWebACLIdError[src]

Trait Implementations

impl Debug for ListDistributionsByWebACLIdError[src]

impl Display for ListDistributionsByWebACLIdError[src]

impl Error for ListDistributionsByWebACLIdError[src]

impl PartialEq<ListDistributionsByWebACLIdError> for ListDistributionsByWebACLIdError[src]

impl StructuralPartialEq for ListDistributionsByWebACLIdError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.