2017-12-08 12:03:10 +00:00
|
|
|
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
|
|
|
|
package sagemakerruntime
|
|
|
|
|
|
|
|
const (
|
|
|
|
|
|
|
|
// ErrCodeInternalFailure for service response error code
|
|
|
|
// "InternalFailure".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// An internal failure occurred.
|
2017-12-08 12:03:10 +00:00
|
|
|
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".
|
|
|
|
//
|
2019-01-21 14:27:20 +00:00
|
|
|
// The service is unavailable. Try your call again.
|
2017-12-08 12:03:10 +00:00
|
|
|
ErrCodeServiceUnavailable = "ServiceUnavailable"
|
|
|
|
|
|
|
|
// ErrCodeValidationError for service response error code
|
|
|
|
// "ValidationError".
|
|
|
|
//
|
|
|
|
// Inspect your request and try again.
|
|
|
|
ErrCodeValidationError = "ValidationError"
|
|
|
|
)
|