forked from TrueCloudLab/rclone
Switch to using the dep tool and update all the dependencies
This commit is contained in:
parent
5135ff73cb
commit
98c2d2c41b
5321 changed files with 4483201 additions and 5922 deletions
39
vendor/github.com/aws/aws-sdk-go/service/datapipeline/errors.go
generated
vendored
Normal file
39
vendor/github.com/aws/aws-sdk-go/service/datapipeline/errors.go
generated
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package datapipeline
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeInternalServiceError for service response error code
|
||||
// "InternalServiceError".
|
||||
//
|
||||
// An internal service error occurred.
|
||||
ErrCodeInternalServiceError = "InternalServiceError"
|
||||
|
||||
// ErrCodeInvalidRequestException for service response error code
|
||||
// "InvalidRequestException".
|
||||
//
|
||||
// The request was not valid. Verify that your request was properly formatted,
|
||||
// that the signature was generated with the correct credentials, and that you
|
||||
// haven't exceeded any of the service limits for your account.
|
||||
ErrCodeInvalidRequestException = "InvalidRequestException"
|
||||
|
||||
// ErrCodePipelineDeletedException for service response error code
|
||||
// "PipelineDeletedException".
|
||||
//
|
||||
// The specified pipeline has been deleted.
|
||||
ErrCodePipelineDeletedException = "PipelineDeletedException"
|
||||
|
||||
// ErrCodePipelineNotFoundException for service response error code
|
||||
// "PipelineNotFoundException".
|
||||
//
|
||||
// The specified pipeline was not found. Verify that you used the correct user
|
||||
// and account identifiers.
|
||||
ErrCodePipelineNotFoundException = "PipelineNotFoundException"
|
||||
|
||||
// ErrCodeTaskNotFoundException for service response error code
|
||||
// "TaskNotFoundException".
|
||||
//
|
||||
// The specified task was not found.
|
||||
ErrCodeTaskNotFoundException = "TaskNotFoundException"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue