#[non_exhaustive]pub struct AssociateApprovalRuleTemplateWithRepositoryError {
pub kind: AssociateApprovalRuleTemplateWithRepositoryErrorKind,
/* private fields */
}
Expand description
Error type for the AssociateApprovalRuleTemplateWithRepository
operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.kind: AssociateApprovalRuleTemplateWithRepositoryErrorKind
Kind of error that occurred.
Implementations
Creates a new AssociateApprovalRuleTemplateWithRepositoryError
.
Creates the AssociateApprovalRuleTemplateWithRepositoryError::Unhandled
variant from any error type.
Creates the AssociateApprovalRuleTemplateWithRepositoryError::Unhandled
variant from a aws_smithy_types::Error
.
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Returns the request ID if it’s available.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::ApprovalRuleTemplateDoesNotExistException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::ApprovalRuleTemplateNameRequiredException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::EncryptionIntegrityChecksFailedException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::EncryptionKeyAccessDeniedException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::EncryptionKeyDisabledException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::EncryptionKeyNotFoundException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::EncryptionKeyUnavailableException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::InvalidApprovalRuleTemplateNameException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::InvalidRepositoryNameException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::MaximumRuleTemplatesAssociatedWithRepositoryException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::RepositoryDoesNotExistException
.
Returns true
if the error kind is AssociateApprovalRuleTemplateWithRepositoryErrorKind::RepositoryNameRequiredException
.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more