[][src]Enum rusoto_detective::CreateGraphError

pub enum CreateGraphError {
    Conflict(String),
    InternalServer(String),
    ServiceQuotaExceeded(String),
}

Errors returned by CreateGraph

Variants

Conflict(String)

The request attempted an invalid action.

InternalServer(String)

The request was valid but failed because of a problem with the service.

ServiceQuotaExceeded(String)

This request cannot be completed for one of the following reasons.

  • The request would cause the number of member accounts in the behavior graph to exceed the maximum allowed. A behavior graph cannot have more than 1000 member accounts.

  • The request would cause the data rate for the behavior graph to exceed the maximum allowed.

  • Detective is unable to verify the data rate for the member account. This is usually because the member account is not enrolled in Amazon GuardDuty.

Implementations

impl CreateGraphError[src]

Trait Implementations

impl Debug for CreateGraphError[src]

impl Display for CreateGraphError[src]

impl Error for CreateGraphError[src]

impl PartialEq<CreateGraphError> for CreateGraphError[src]

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