Enum aws_sdk_cloud9::error::UpdateEnvironmentErrorKind [−][src]
#[non_exhaustive]
pub enum UpdateEnvironmentErrorKind {
BadRequestException(BadRequestException),
ConflictException(ConflictException),
ForbiddenException(ForbiddenException),
InternalServerErrorException(InternalServerErrorException),
LimitExceededException(LimitExceededException),
NotFoundException(NotFoundException),
TooManyRequestsException(TooManyRequestsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the UpdateEnvironment
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.
BadRequestException(BadRequestException)
The target request is invalid.
Tuple Fields of BadRequestException
ConflictException(ConflictException)
A conflict occurred.
Tuple Fields of ConflictException
ForbiddenException(ForbiddenException)
An access permissions issue occurred.
Tuple Fields of ForbiddenException
InternalServerErrorException(InternalServerErrorException)
An internal server error occurred.
Tuple Fields of InternalServerErrorException
LimitExceededException(LimitExceededException)
A service limit was exceeded.
Tuple Fields of LimitExceededException
NotFoundException(NotFoundException)
The target resource cannot be found.
Tuple Fields of NotFoundException
TooManyRequestsException(TooManyRequestsException)
Too many service requests were made over the given time period.
Tuple Fields of TooManyRequestsException
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UpdateEnvironmentErrorKind
impl Send for UpdateEnvironmentErrorKind
impl Sync for UpdateEnvironmentErrorKind
impl Unpin for UpdateEnvironmentErrorKind
impl !UnwindSafe for UpdateEnvironmentErrorKind
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