Enum aws_sdk_chime::error::UpdateChannelErrorKind [−][src]
#[non_exhaustive]
pub enum UpdateChannelErrorKind {
BadRequestException(BadRequestException),
ConflictException(ConflictException),
ForbiddenException(ForbiddenException),
ServiceFailureException(ServiceFailureException),
ServiceUnavailableException(ServiceUnavailableException),
ThrottledClientException(ThrottledClientException),
UnauthorizedClientException(UnauthorizedClientException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the UpdateChannel operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
BadRequestException(BadRequestException)The input parameters don't match the service's restrictions.
Tuple Fields of BadRequestException
ConflictException(ConflictException)The request could not be processed because of conflict in the current state of the resource.
Tuple Fields of ConflictException
ForbiddenException(ForbiddenException)The client is permanently forbidden from making the request.
Tuple Fields of ForbiddenException
ServiceFailureException(ServiceFailureException)The service encountered an unexpected error.
Tuple Fields of ServiceFailureException
The service is currently unavailable.
ThrottledClientException(ThrottledClientException)The client exceeded its request rate limit.
Tuple Fields of ThrottledClientException
The client is not currently authorized to make the request.
Tuple Fields of UnauthorizedClientException
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UpdateChannelErrorKind
impl Send for UpdateChannelErrorKind
impl Sync for UpdateChannelErrorKind
impl Unpin for UpdateChannelErrorKind
impl !UnwindSafe for UpdateChannelErrorKind
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