mirror of
https://github.com/rclone/rclone.git
synced 2025-12-19 17:53:16 +00:00
vendor: update all dependencies
This commit is contained in:
8
vendor/github.com/aws/aws-sdk-go/service/lambda/errors.go
generated
vendored
8
vendor/github.com/aws/aws-sdk-go/service/lambda/errors.go
generated
vendored
@@ -109,6 +109,14 @@ const (
|
||||
// Lambda function access policy is limited to 20 KB.
|
||||
ErrCodePolicyLengthExceededException = "PolicyLengthExceededException"
|
||||
|
||||
// ErrCodePreconditionFailedException for service response error code
|
||||
// "PreconditionFailedException".
|
||||
//
|
||||
// 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.
|
||||
ErrCodePreconditionFailedException = "PreconditionFailedException"
|
||||
|
||||
// ErrCodeRequestTooLargeException for service response error code
|
||||
// "RequestTooLargeException".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user