update aws-sdk to support new region
This commit is contained in:
6
vendor/github.com/aws/aws-sdk-go/service/elb/errors.go
generated
vendored
6
vendor/github.com/aws/aws-sdk-go/service/elb/errors.go
generated
vendored
@@ -91,6 +91,12 @@ const (
|
||||
// The specified load balancer attribute does not exist.
|
||||
ErrCodeLoadBalancerAttributeNotFoundException = "LoadBalancerAttributeNotFound"
|
||||
|
||||
// ErrCodeOperationNotPermittedException for service response error code
|
||||
// "OperationNotPermitted".
|
||||
//
|
||||
// This operation is not allowed.
|
||||
ErrCodeOperationNotPermittedException = "OperationNotPermitted"
|
||||
|
||||
// ErrCodePolicyNotFoundException for service response error code
|
||||
// "PolicyNotFound".
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user