Switch to using the dep tool and update all the dependencies
This commit is contained in:
parent
5135ff73cb
commit
98c2d2c41b
5321 changed files with 4483201 additions and 5922 deletions
31
vendor/github.com/aws/aws-sdk-go/service/codebuild/errors.go
generated
vendored
Normal file
31
vendor/github.com/aws/aws-sdk-go/service/codebuild/errors.go
generated
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package codebuild
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeAccountLimitExceededException for service response error code
|
||||
// "AccountLimitExceededException".
|
||||
//
|
||||
// An AWS service limit was exceeded for the calling AWS account.
|
||||
ErrCodeAccountLimitExceededException = "AccountLimitExceededException"
|
||||
|
||||
// ErrCodeInvalidInputException for service response error code
|
||||
// "InvalidInputException".
|
||||
//
|
||||
// The input value that was provided is not valid.
|
||||
ErrCodeInvalidInputException = "InvalidInputException"
|
||||
|
||||
// ErrCodeResourceAlreadyExistsException for service response error code
|
||||
// "ResourceAlreadyExistsException".
|
||||
//
|
||||
// The specified AWS resource cannot be created, because an AWS resource with
|
||||
// the same settings already exists.
|
||||
ErrCodeResourceAlreadyExistsException = "ResourceAlreadyExistsException"
|
||||
|
||||
// ErrCodeResourceNotFoundException for service response error code
|
||||
// "ResourceNotFoundException".
|
||||
//
|
||||
// The specified AWS resource cannot be found.
|
||||
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue