mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* Logs should support specifying region when using S3-compatible object store * Use aws-sdk-go client for s3 backed logstore * fixes vendor with aws-sdk-go dependencies
44 lines
1.3 KiB
Go
44 lines
1.3 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package devicefarm
|
|
|
|
const (
|
|
|
|
// ErrCodeArgumentException for service response error code
|
|
// "ArgumentException".
|
|
//
|
|
// An invalid argument was specified.
|
|
ErrCodeArgumentException = "ArgumentException"
|
|
|
|
// ErrCodeIdempotencyException for service response error code
|
|
// "IdempotencyException".
|
|
//
|
|
// An entity with the same name already exists.
|
|
ErrCodeIdempotencyException = "IdempotencyException"
|
|
|
|
// ErrCodeLimitExceededException for service response error code
|
|
// "LimitExceededException".
|
|
//
|
|
// A limit was exceeded.
|
|
ErrCodeLimitExceededException = "LimitExceededException"
|
|
|
|
// ErrCodeNotEligibleException for service response error code
|
|
// "NotEligibleException".
|
|
//
|
|
// Exception gets thrown when a user is not eligible to perform the specified
|
|
// transaction.
|
|
ErrCodeNotEligibleException = "NotEligibleException"
|
|
|
|
// ErrCodeNotFoundException for service response error code
|
|
// "NotFoundException".
|
|
//
|
|
// The specified entity was not found.
|
|
ErrCodeNotFoundException = "NotFoundException"
|
|
|
|
// ErrCodeServiceAccountException for service response error code
|
|
// "ServiceAccountException".
|
|
//
|
|
// There was a problem with the service account.
|
|
ErrCodeServiceAccountException = "ServiceAccountException"
|
|
)
|