Enum aws_sdk_managedblockchain::error::GetProposalErrorKind [−][src]
#[non_exhaustive]
pub enum GetProposalErrorKind {
AccessDeniedException(AccessDeniedException),
InternalServiceErrorException(InternalServiceErrorException),
InvalidRequestException(InvalidRequestException),
ResourceNotFoundException(ResourceNotFoundException),
ThrottlingException(ThrottlingException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the GetProposal
operation.
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
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
ResourceNotFoundException(ResourceNotFoundException)
A requested resource does not exist. It may have been deleted or referenced inaccurately.
Tuple Fields of ResourceNotFoundException
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
An unexpected error, eg. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for GetProposalErrorKind
impl Send for GetProposalErrorKind
impl Sync for GetProposalErrorKind
impl Unpin for GetProposalErrorKind
impl !UnwindSafe for GetProposalErrorKind
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