mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-31 04:30:44 +00:00
Update Go AWS SDK to the latest version
This commit is contained in:
committed by
Andrey Smirnov
parent
d08be990ef
commit
94a72b23ff
+7
-1
@@ -25,12 +25,18 @@ const (
|
||||
// you submitted was already set as the AWS Firewall Manager administrator.
|
||||
ErrCodeInvalidOperationException = "InvalidOperationException"
|
||||
|
||||
// ErrCodeInvalidTypeException for service response error code
|
||||
// "InvalidTypeException".
|
||||
//
|
||||
// The value of the Type parameter is invalid.
|
||||
ErrCodeInvalidTypeException = "InvalidTypeException"
|
||||
|
||||
// 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)
|
||||
// see Firewall Manager Limits (https://docs.aws.amazon.com/waf/latest/developerguide/fms-limits.html)
|
||||
// in the AWS WAF Developer Guide.
|
||||
ErrCodeLimitExceededException = "LimitExceededException"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user