vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
30
vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/errors.go
generated
vendored
Normal file
30
vendor/github.com/aws/aws-sdk-go/service/sagemakerruntime/errors.go
generated
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package sagemakerruntime
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeInternalFailure for service response error code
|
||||
// "InternalFailure".
|
||||
//
|
||||
// Internal failure occurred.
|
||||
ErrCodeInternalFailure = "InternalFailure"
|
||||
|
||||
// ErrCodeModelError for service response error code
|
||||
// "ModelError".
|
||||
//
|
||||
// Model (owned by the customer in the container) returned an error 500.
|
||||
ErrCodeModelError = "ModelError"
|
||||
|
||||
// ErrCodeServiceUnavailable for service response error code
|
||||
// "ServiceUnavailable".
|
||||
//
|
||||
// Service is unavailable. Try your call again.
|
||||
ErrCodeServiceUnavailable = "ServiceUnavailable"
|
||||
|
||||
// ErrCodeValidationError for service response error code
|
||||
// "ValidationError".
|
||||
//
|
||||
// Inspect your request and try again.
|
||||
ErrCodeValidationError = "ValidationError"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue