Enum aws_sdk_managedblockchain::Error [−][src]
#[non_exhaustive]
pub enum Error {
AccessDeniedException(AccessDeniedException),
IllegalActionException(IllegalActionException),
InternalServiceErrorException(InternalServiceErrorException),
InvalidRequestException(InvalidRequestException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceLimitExceededException(ResourceLimitExceededException),
ResourceNotFoundException(ResourceNotFoundException),
ResourceNotReadyException(ResourceNotReadyException),
ThrottlingException(ThrottlingException),
TooManyTagsException(TooManyTagsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessDeniedException(AccessDeniedException)
You do not have sufficient access to perform this action.
Tuple Fields of AccessDeniedException
IllegalActionException(IllegalActionException)
Tuple Fields of IllegalActionException
InternalServiceErrorException(InternalServiceErrorException)
The request processing has failed because of an unknown error, exception or failure.
Tuple Fields of InternalServiceErrorException
InvalidRequestException(InvalidRequestException)
The action or operation requested is invalid. Verify that the action is typed correctly.
Tuple Fields of InvalidRequestException
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
A resource request is issued for a resource that already exists.
Tuple Fields of ResourceAlreadyExistsException
ResourceLimitExceededException(ResourceLimitExceededException)
The maximum number of resources of that type already exist. Ensure the resources requested are within the boundaries of the service edition and your account limits.
Tuple Fields of ResourceLimitExceededException
ResourceNotFoundException(ResourceNotFoundException)
A requested resource does not exist. It may have been deleted or referenced inaccurately.
Tuple Fields of ResourceNotFoundException
ResourceNotReadyException(ResourceNotReadyException)
The requested resource exists but is not in a status that can complete the operation.
Tuple Fields of ResourceNotReadyException
ThrottlingException(ThrottlingException)
The request or operation could not be performed because a service is throttling requests. The most common source of throttling errors is launching EC2 instances such that your service limit for EC2 instances is exceeded. Request a limit increase or delete unused resources if possible.
Tuple Fields of ThrottlingException
TooManyTagsException(TooManyTagsException)
Tuple Fields of TooManyTagsException
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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