Enum aws_sdk_lambda::error::AddLayerVersionPermissionErrorKind [−][src]
#[non_exhaustive]
pub enum AddLayerVersionPermissionErrorKind {
InvalidParameterValueException(InvalidParameterValueException),
PolicyLengthExceededException(PolicyLengthExceededException),
PreconditionFailedException(PreconditionFailedException),
ResourceConflictException(ResourceConflictException),
ResourceNotFoundException(ResourceNotFoundException),
ServiceException(ServiceException),
TooManyRequestsException(TooManyRequestsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the AddLayerVersionPermission
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
InvalidParameterValueException(InvalidParameterValueException)
Tuple Fields
One of the parameters in the request is invalid.
PolicyLengthExceededException(PolicyLengthExceededException)
Tuple Fields
The permissions policy for the resource is too large. Learn more
PreconditionFailedException(PreconditionFailedException)
Tuple Fields
The RevisionId provided does not match the latest RevisionId for the Lambda function or alias. Call the
GetFunction
or the GetAlias
API to retrieve the latest RevisionId for your
resource.
ResourceConflictException(ResourceConflictException)
Tuple Fields
The resource already exists, or another operation is in progress.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
The resource specified in the request does not exist.
ServiceException(ServiceException)
Tuple Fields
The Lambda service encountered an internal error.
TooManyRequestsException(TooManyRequestsException)
Tuple Fields
The request throughput limit was exceeded.
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 Send for AddLayerVersionPermissionErrorKind
impl Sync for AddLayerVersionPermissionErrorKind
impl Unpin for AddLayerVersionPermissionErrorKind
impl !UnwindSafe for AddLayerVersionPermissionErrorKind
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