vendor: update all dependencies to latest versions
This commit is contained in:
parent
911d121bb9
commit
b017fcfe9a
3048 changed files with 537057 additions and 189681 deletions
9
vendor/github.com/aws/aws-sdk-go/service/iam/errors.go
generated
vendored
9
vendor/github.com/aws/aws-sdk-go/service/iam/errors.go
generated
vendored
|
@ -144,9 +144,16 @@ const (
|
|||
// "PolicyEvaluation".
|
||||
//
|
||||
// The request failed because a provided policy could not be successfully evaluated.
|
||||
// An additional detail message indicates the source of the failure.
|
||||
// An additional detailed message indicates the source of the failure.
|
||||
ErrCodePolicyEvaluationException = "PolicyEvaluation"
|
||||
|
||||
// ErrCodePolicyNotAttachableException for service response error code
|
||||
// "PolicyNotAttachable".
|
||||
//
|
||||
// The request failed because AWS service role policies can only be attached
|
||||
// to the service-linked role for that service.
|
||||
ErrCodePolicyNotAttachableException = "PolicyNotAttachable"
|
||||
|
||||
// ErrCodeServiceFailureException for service response error code
|
||||
// "ServiceFailure".
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue