Enum aws_sdk_eks::Error [−][src]
#[non_exhaustive]
pub enum Error {
BadRequestException(BadRequestException),
ClientException(ClientException),
InvalidParameterException(InvalidParameterException),
InvalidRequestException(InvalidRequestException),
NotFoundException(NotFoundException),
ResourceInUseException(ResourceInUseException),
ResourceLimitExceededException(ResourceLimitExceededException),
ResourceNotFoundException(ResourceNotFoundException),
ServerException(ServerException),
ServiceUnavailableException(ServiceUnavailableException),
UnsupportedAvailabilityZoneException(UnsupportedAvailabilityZoneException),
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
BadRequestException(BadRequestException)This exception is thrown if the request contains a semantic error. The precise meaning will depend on the API, and will be documented in the error message.
Tuple Fields of BadRequestException
ClientException(ClientException)These errors are usually caused by a client action. Actions can include using an action or resource on behalf of a user that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.
Tuple Fields of ClientException
InvalidParameterException(InvalidParameterException)The specified parameter is invalid. Review the available parameters for the API request.
Tuple Fields of InvalidParameterException
InvalidRequestException(InvalidRequestException)The request is invalid given the state of the cluster. Check the state of the cluster and the associated operations.
Tuple Fields of InvalidRequestException
NotFoundException(NotFoundException)A service resource associated with the request could not be found. Clients should not retry such requests.
Tuple Fields of NotFoundException
ResourceInUseException(ResourceInUseException)The specified resource is in use.
Tuple Fields of ResourceInUseException
ResourceLimitExceededException(ResourceLimitExceededException)You have encountered a service limit on the specified resource.
Tuple Fields of ResourceLimitExceededException
ResourceNotFoundException(ResourceNotFoundException)The specified resource could not be found. You can view your available clusters with ListClusters. You can view your available managed node groups with ListNodegroups. Amazon EKS clusters and node groups are Region-specific.
Tuple Fields of ResourceNotFoundException
ServerException(ServerException)These errors are usually caused by a server-side issue.
Tuple Fields of ServerException
The service is unavailable. Back off and retry the operation.
UnsupportedAvailabilityZoneException(UnsupportedAvailabilityZoneException)At least one of your specified cluster subnets is in an Availability Zone that does not support Amazon EKS. The exception output specifies the supported Availability Zones for your account, from which you can choose subnets for your cluster.
Tuple Fields of UnsupportedAvailabilityZoneException
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.
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