Enum aws_sdk_codedeploy::error::DeleteGitHubAccountTokenErrorKind [−][src]
#[non_exhaustive]
pub enum DeleteGitHubAccountTokenErrorKind {
GitHubAccountTokenDoesNotExistException(GitHubAccountTokenDoesNotExistException),
GitHubAccountTokenNameRequiredException(GitHubAccountTokenNameRequiredException),
InvalidGitHubAccountTokenNameException(InvalidGitHubAccountTokenNameException),
OperationNotSupportedException(OperationNotSupportedException),
ResourceValidationException(ResourceValidationException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the DeleteGitHubAccountToken
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
GitHubAccountTokenDoesNotExistException(GitHubAccountTokenDoesNotExistException)
Tuple Fields
No GitHub account connection exists with the named specified in the call.
GitHubAccountTokenNameRequiredException(GitHubAccountTokenNameRequiredException)
Tuple Fields
The call is missing a required GitHub account connection name.
InvalidGitHubAccountTokenNameException(InvalidGitHubAccountTokenNameException)
Tuple Fields
The format of the specified GitHub account connection name is invalid.
OperationNotSupportedException(OperationNotSupportedException)
Tuple Fields
The API used does not support the deployment.
ResourceValidationException(ResourceValidationException)
Tuple Fields
The specified resource could not be validated.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl Send for DeleteGitHubAccountTokenErrorKind
impl Sync for DeleteGitHubAccountTokenErrorKind
impl Unpin for DeleteGitHubAccountTokenErrorKind
impl !UnwindSafe for DeleteGitHubAccountTokenErrorKind
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