1
0
Fork 0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-11-14 08:52:44 +00:00
cloudkeys-go/vendor/github.com/aws/aws-sdk-go/service/backup/errors.go
Martin Thielecke 9c6e3c89a5 JS bugfixes (#18)
* fix js scoping issue

* add external libraries (they were offline too often)

* new compiled scripts and css

* new fixes in the binary

* vendor update

* change js source

* remove needless variable

* removed more needless variables
2019-01-21 15:27:20 +01:00

58 lines
2.1 KiB
Go

// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
package backup
const (
// ErrCodeAlreadyExistsException for service response error code
// "AlreadyExistsException".
//
// The required resource already exists.
ErrCodeAlreadyExistsException = "AlreadyExistsException"
// ErrCodeDependencyFailureException for service response error code
// "DependencyFailureException".
//
// A dependent AWS service or resource returned an error to the AWS Backup service,
// and the action cannot be completed.
ErrCodeDependencyFailureException = "DependencyFailureException"
// ErrCodeInvalidParameterValueException for service response error code
// "InvalidParameterValueException".
//
// Indicates that something is wrong with a parameter's value. For example,
// the value is out of range.
ErrCodeInvalidParameterValueException = "InvalidParameterValueException"
// ErrCodeInvalidRequestException for service response error code
// "InvalidRequestException".
//
// Indicates that something is wrong with the input to the request. For example,
// a parameter is of the wrong type.
ErrCodeInvalidRequestException = "InvalidRequestException"
// ErrCodeLimitExceededException for service response error code
// "LimitExceededException".
//
// A limit in the request has been exceeded; for example, a maximum number of
// items allowed in a request.
ErrCodeLimitExceededException = "LimitExceededException"
// ErrCodeMissingParameterValueException for service response error code
// "MissingParameterValueException".
//
// Indicates that a required parameter is missing.
ErrCodeMissingParameterValueException = "MissingParameterValueException"
// ErrCodeResourceNotFoundException for service response error code
// "ResourceNotFoundException".
//
// A resource that is required for the action doesn't exist.
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
// ErrCodeServiceUnavailableException for service response error code
// "ServiceUnavailableException".
//
// The request failed due to a temporary failure of the server.
ErrCodeServiceUnavailableException = "ServiceUnavailableException"
)