vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
6
vendor/github.com/aws/aws-sdk-go/service/autoscaling/errors.go
generated
vendored
6
vendor/github.com/aws/aws-sdk-go/service/autoscaling/errors.go
generated
vendored
|
@ -44,4 +44,10 @@ const (
|
|||
// The operation can't be performed because there are scaling activities in
|
||||
// progress.
|
||||
ErrCodeScalingActivityInProgressFault = "ScalingActivityInProgress"
|
||||
|
||||
// ErrCodeServiceLinkedRoleFailure for service response error code
|
||||
// "ServiceLinkedRoleFailure".
|
||||
//
|
||||
// The service-linked role is not yet ready for use.
|
||||
ErrCodeServiceLinkedRoleFailure = "ServiceLinkedRoleFailure"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue