mirror of
https://github.com/rclone/rclone.git
synced 2024-12-03 13:55:34 +01:00
6427029c4e
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
43 lines
1.6 KiB
Go
43 lines
1.6 KiB
Go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
|
|
|
package fms
|
|
|
|
const (
|
|
|
|
// ErrCodeInternalErrorException for service response error code
|
|
// "InternalErrorException".
|
|
//
|
|
// The operation failed because of a system problem, even though the request
|
|
// was valid. Retry your request.
|
|
ErrCodeInternalErrorException = "InternalErrorException"
|
|
|
|
// ErrCodeInvalidInputException for service response error code
|
|
// "InvalidInputException".
|
|
//
|
|
// The parameters of the request were invalid.
|
|
ErrCodeInvalidInputException = "InvalidInputException"
|
|
|
|
// ErrCodeInvalidOperationException for service response error code
|
|
// "InvalidOperationException".
|
|
//
|
|
// The operation failed because there was nothing to do. For example, you might
|
|
// have submitted an AssociateAdminAccount request, but the account ID that
|
|
// you submitted was already set as the AWS Firewall Manager administrator.
|
|
ErrCodeInvalidOperationException = "InvalidOperationException"
|
|
|
|
// ErrCodeLimitExceededException for service response error code
|
|
// "LimitExceededException".
|
|
//
|
|
// The operation exceeds a resource limit, for example, the maximum number of
|
|
// policy objects that you can create for an AWS account. For more information,
|
|
// see Firewall Manager Limits (http://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html)
|
|
// in the AWS WAF Developer Guide.
|
|
ErrCodeLimitExceededException = "LimitExceededException"
|
|
|
|
// ErrCodeResourceNotFoundException for service response error code
|
|
// "ResourceNotFoundException".
|
|
//
|
|
// The specified resource was not found.
|
|
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
|
)
|