vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
9
vendor/github.com/aws/aws-sdk-go/service/servicediscovery/errors.go
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/service/servicediscovery/errors.go
generated
vendored
|
@ -4,16 +4,21 @@ package servicediscovery
|
|||
|
||||
const (
|
||||
|
||||
// ErrCodeCustomHealthNotFound for service response error code
|
||||
// "CustomHealthNotFound".
|
||||
ErrCodeCustomHealthNotFound = "CustomHealthNotFound"
|
||||
|
||||
// ErrCodeDuplicateRequest for service response error code
|
||||
// "DuplicateRequest".
|
||||
//
|
||||
// This request tried to create an object that already exists.
|
||||
// The operation is already in progress.
|
||||
ErrCodeDuplicateRequest = "DuplicateRequest"
|
||||
|
||||
// ErrCodeInstanceNotFound for service response error code
|
||||
// "InstanceNotFound".
|
||||
//
|
||||
// No instance exists with the specified ID.
|
||||
// No instance exists with the specified ID, or the instance was recently registered,
|
||||
// and information about the instance hasn't propagated yet.
|
||||
ErrCodeInstanceNotFound = "InstanceNotFound"
|
||||
|
||||
// ErrCodeInvalidInput for service response error code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue