[][src]Struct rusoto_codecommit::CodeCommitBatchDisassociateApprovalRuleTemplateFromRepositoriesError

pub struct CodeCommitBatchDisassociateApprovalRuleTemplateFromRepositoriesError {
    pub error_code: Option<String>,
    pub error_message: Option<String>,
    pub repository_name: Option<String>,
}

Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.

Fields

error_code: Option<String>

An error code that specifies whether the repository name was not valid or not found.

error_message: Option<String>

An error message that provides details about why the repository name was either not found or not valid.

repository_name: Option<String>

The name of the repository where the association with the template was not able to be removed.

Trait Implementations

impl Clone for CodeCommitBatchDisassociateApprovalRuleTemplateFromRepositoriesError[src]

impl Debug for CodeCommitBatchDisassociateApprovalRuleTemplateFromRepositoriesError[src]

impl Default for CodeCommitBatchDisassociateApprovalRuleTemplateFromRepositoriesError[src]

impl<'de> Deserialize<'de> for CodeCommitBatchDisassociateApprovalRuleTemplateFromRepositoriesError[src]

impl PartialEq<CodeCommitBatchDisassociateApprovalRuleTemplateFromRepositoriesError> for CodeCommitBatchDisassociateApprovalRuleTemplateFromRepositoriesError[src]

impl StructuralPartialEq for CodeCommitBatchDisassociateApprovalRuleTemplateFromRepositoriesError[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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> From<T> 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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.