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
91
vendor/github.com/aws/aws-sdk-go/service/codestar/errors.go
generated
vendored
Normal file
91
vendor/github.com/aws/aws-sdk-go/service/codestar/errors.go
generated
vendored
Normal file
|
@ -0,0 +1,91 @@
|
|||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package codestar
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeConcurrentModificationException for service response error code
|
||||
// "ConcurrentModificationException".
|
||||
//
|
||||
// Another modification is being made. That modification must complete before
|
||||
// you can make your change.
|
||||
ErrCodeConcurrentModificationException = "ConcurrentModificationException"
|
||||
|
||||
// ErrCodeInvalidNextTokenException for service response error code
|
||||
// "InvalidNextTokenException".
|
||||
//
|
||||
// The next token is not valid.
|
||||
ErrCodeInvalidNextTokenException = "InvalidNextTokenException"
|
||||
|
||||
// ErrCodeInvalidServiceRoleException for service response error code
|
||||
// "InvalidServiceRoleException".
|
||||
//
|
||||
// The service role is not valid.
|
||||
ErrCodeInvalidServiceRoleException = "InvalidServiceRoleException"
|
||||
|
||||
// ErrCodeLimitExceededException for service response error code
|
||||
// "LimitExceededException".
|
||||
//
|
||||
// A resource limit has been exceeded.
|
||||
ErrCodeLimitExceededException = "LimitExceededException"
|
||||
|
||||
// ErrCodeProjectAlreadyExistsException for service response error code
|
||||
// "ProjectAlreadyExistsException".
|
||||
//
|
||||
// An AWS CodeStar project with the same ID already exists in this region for
|
||||
// the AWS account. AWS CodeStar project IDs must be unique within a region
|
||||
// for the AWS account.
|
||||
ErrCodeProjectAlreadyExistsException = "ProjectAlreadyExistsException"
|
||||
|
||||
// ErrCodeProjectConfigurationException for service response error code
|
||||
// "ProjectConfigurationException".
|
||||
//
|
||||
// Project configuration information is required but not specified.
|
||||
ErrCodeProjectConfigurationException = "ProjectConfigurationException"
|
||||
|
||||
// ErrCodeProjectCreationFailedException for service response error code
|
||||
// "ProjectCreationFailedException".
|
||||
//
|
||||
// The project creation request was valid, but a nonspecific exception or error
|
||||
// occurred during project creation. The project could not be created in AWS
|
||||
// CodeStar.
|
||||
ErrCodeProjectCreationFailedException = "ProjectCreationFailedException"
|
||||
|
||||
// ErrCodeProjectNotFoundException for service response error code
|
||||
// "ProjectNotFoundException".
|
||||
//
|
||||
// The specified AWS CodeStar project was not found.
|
||||
ErrCodeProjectNotFoundException = "ProjectNotFoundException"
|
||||
|
||||
// ErrCodeTeamMemberAlreadyAssociatedException for service response error code
|
||||
// "TeamMemberAlreadyAssociatedException".
|
||||
//
|
||||
// The team member is already associated with a role in this project.
|
||||
ErrCodeTeamMemberAlreadyAssociatedException = "TeamMemberAlreadyAssociatedException"
|
||||
|
||||
// ErrCodeTeamMemberNotFoundException for service response error code
|
||||
// "TeamMemberNotFoundException".
|
||||
//
|
||||
// The specified team member was not found.
|
||||
ErrCodeTeamMemberNotFoundException = "TeamMemberNotFoundException"
|
||||
|
||||
// ErrCodeUserProfileAlreadyExistsException for service response error code
|
||||
// "UserProfileAlreadyExistsException".
|
||||
//
|
||||
// A user profile with that name already exists in this region for the AWS account.
|
||||
// AWS CodeStar user profile names must be unique within a region for the AWS
|
||||
// account.
|
||||
ErrCodeUserProfileAlreadyExistsException = "UserProfileAlreadyExistsException"
|
||||
|
||||
// ErrCodeUserProfileNotFoundException for service response error code
|
||||
// "UserProfileNotFoundException".
|
||||
//
|
||||
// The user profile was not found.
|
||||
ErrCodeUserProfileNotFoundException = "UserProfileNotFoundException"
|
||||
|
||||
// ErrCodeValidationException for service response error code
|
||||
// "ValidationException".
|
||||
//
|
||||
// The specified input is either not valid, or it could not be validated.
|
||||
ErrCodeValidationException = "ValidationException"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue