Enum aws_sdk_efs::error::DescribeAccessPointsErrorKind [−][src]
#[non_exhaustive]
pub enum DescribeAccessPointsErrorKind {
AccessPointNotFound(AccessPointNotFound),
BadRequest(BadRequest),
FileSystemNotFound(FileSystemNotFound),
InternalServerError(InternalServerError),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}Expand description
Types of errors that can occur for the DescribeAccessPoints operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessPointNotFound(AccessPointNotFound)
Tuple Fields
Returned if the specified AccessPointId value doesn't exist in the requester's Amazon Web Services account.
BadRequest(BadRequest)
Tuple Fields
0: BadRequestReturned if the request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
FileSystemNotFound(FileSystemNotFound)
Tuple Fields
Returned if the specified FileSystemId value doesn't exist in the requester's Amazon Web Services account.
InternalServerError(InternalServerError)
Tuple Fields
Returned if an error occurred on the server side.
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 DescribeAccessPointsErrorKind
impl Send for DescribeAccessPointsErrorKind
impl Sync for DescribeAccessPointsErrorKind
impl Unpin for DescribeAccessPointsErrorKind
impl !UnwindSafe for DescribeAccessPointsErrorKind
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
