Enum aws_sdk_chime::error::CreateAppInstanceUserErrorKind [−][src]
#[non_exhaustive]
pub enum CreateAppInstanceUserErrorKind {
BadRequestException(BadRequestException),
ConflictException(ConflictException),
ForbiddenException(ForbiddenException),
ResourceLimitExceededException(ResourceLimitExceededException),
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 CreateAppInstanceUser 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
ResourceLimitExceededException(ResourceLimitExceededException)The request exceeds the resource limit.
Tuple Fields of ResourceLimitExceededException
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 CreateAppInstanceUserErrorKind
impl Send for CreateAppInstanceUserErrorKind
impl Sync for CreateAppInstanceUserErrorKind
impl Unpin for CreateAppInstanceUserErrorKind
impl !UnwindSafe for CreateAppInstanceUserErrorKind
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