Enum aws_sdk_managedblockchain::error::CreateNetworkErrorKind [−][src]
#[non_exhaustive]
pub enum CreateNetworkErrorKind {
AccessDeniedException(AccessDeniedException),
InternalServiceErrorException(InternalServiceErrorException),
InvalidRequestException(InvalidRequestException),
ResourceAlreadyExistsException(ResourceAlreadyExistsException),
ResourceLimitExceededException(ResourceLimitExceededException),
ThrottlingException(ThrottlingException),
TooManyTagsException(TooManyTagsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the CreateNetwork
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessDeniedException(AccessDeniedException)
Tuple Fields
You do not have sufficient access to perform this action.
InternalServiceErrorException(InternalServiceErrorException)
Tuple Fields
The request processing has failed because of an unknown error, exception or failure.
InvalidRequestException(InvalidRequestException)
Tuple Fields
The action or operation requested is invalid. Verify that the action is typed correctly.
ResourceAlreadyExistsException(ResourceAlreadyExistsException)
Tuple Fields
A resource request is issued for a resource that already exists.
ResourceLimitExceededException(ResourceLimitExceededException)
Tuple Fields
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.
ThrottlingException(ThrottlingException)
Tuple Fields
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.
TooManyTagsException(TooManyTagsException)
Tuple Fields
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreateNetworkErrorKind
impl Send for CreateNetworkErrorKind
impl Sync for CreateNetworkErrorKind
impl Unpin for CreateNetworkErrorKind
impl !UnwindSafe for CreateNetworkErrorKind
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