[][src]Enum rusoto_dax::UpdateSubnetGroupError

pub enum UpdateSubnetGroupError {
    InvalidSubnet(String),
    ServiceLinkedRoleNotFoundFault(String),
    SubnetGroupNotFoundFault(String),
    SubnetInUse(String),
    SubnetQuotaExceededFault(String),
}

Errors returned by UpdateSubnetGroup

Variants

InvalidSubnet(String)

An invalid subnet identifier was specified.

ServiceLinkedRoleNotFoundFault(String)

The specified service linked role (SLR) was not found.

SubnetGroupNotFoundFault(String)

The requested subnet group name does not refer to an existing subnet group.

SubnetInUse(String)

The requested subnet is being used by another subnet group.

SubnetQuotaExceededFault(String)

The request cannot be processed because it would exceed the allowed number of subnets in a subnet group.

Implementations

impl UpdateSubnetGroupError[src]

Trait Implementations

impl Debug for UpdateSubnetGroupError[src]

impl Display for UpdateSubnetGroupError[src]

impl Error for UpdateSubnetGroupError[src]

impl PartialEq<UpdateSubnetGroupError> for UpdateSubnetGroupError[src]

impl StructuralPartialEq for UpdateSubnetGroupError[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.