| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ActorDoesNotExistException
The specified Amazon Resource Name (ARN) does not exist in the AWS account.
|
class |
AuthorDoesNotExistException
The specified Amazon Resource Name (ARN) does not exist in the AWS account.
|
class |
BeforeCommitIdAndAfterCommitIdAreSameException
The before commit ID and the after commit ID are the same, which is not valid.
|
class |
BlobIdDoesNotExistException
The specified blob does not exist.
|
class |
BlobIdRequiredException
A blob ID is required but was not specified.
|
class |
BranchDoesNotExistException
The specified branch does not exist.
|
class |
BranchNameExistsException
The specified branch name already exists.
|
class |
BranchNameIsTagNameException
The specified branch name is not valid because it is a tag name.
|
class |
BranchNameRequiredException
A branch name is required but was not specified.
|
class |
ClientRequestTokenRequiredException
A client request token is required.
|
class |
CommentContentRequiredException
The comment is empty.
|
class |
CommentContentSizeLimitExceededException
The comment is too large.
|
class |
CommentDeletedException
This comment has already been deleted.
|
class |
CommentDoesNotExistException
No comment exists with the provided ID.
|
class |
CommentIdRequiredException
The comment ID is missing or null.
|
class |
CommentNotCreatedByCallerException
You cannot modify or delete this comment.
|
class |
CommitDoesNotExistException
The specified commit does not exist or no commit was specified, and the specified repository has no default branch.
|
class |
CommitIdDoesNotExistException
The specified commit ID does not exist.
|
class |
CommitIdRequiredException
A commit ID was not specified.
|
class |
CommitMessageLengthExceededException
The commit message is too long.
|
class |
CommitRequiredException
A commit was not specified.
|
class |
DefaultBranchCannotBeDeletedException
The specified branch is the default branch for the repository, and cannot be deleted.
|
class |
DirectoryNameConflictsWithFileNameException
A file cannot be added to the repository because the specified path name has the same name as a file that already
exists in this repository.
|
class |
EncryptionIntegrityChecksFailedException
An encryption integrity check failed.
|
class |
EncryptionKeyAccessDeniedException
An encryption key could not be accessed.
|
class |
EncryptionKeyDisabledException
The encryption key is disabled.
|
class |
EncryptionKeyNotFoundException
No encryption key was found.
|
class |
EncryptionKeyUnavailableException
The encryption key is not available.
|
class |
FileContentAndSourceFileSpecifiedException
The commit cannot be created because both a source file and file content have been specified for the same file.
|
class |
FileContentRequiredException
The file cannot be added because it is empty.
|
class |
FileContentSizeLimitExceededException
The file cannot be added because it is too large.
|
class |
FileDoesNotExistException
The specified file does not exist.
|
class |
FileEntryRequiredException
The commit cannot be created because no files have been specified as added, updated, or changed (PutFile or
DeleteFile) for the commit.
|
class |
FileModeRequiredException
The commit cannot be created because a file mode is required to update mode permissions for an existing file, but no
file mode has been specified.
|
class |
FileNameConflictsWithDirectoryNameException
A file cannot be added to the repository because the specified file name has the same name as a directory in this
repository.
|
class |
FilePathConflictsWithSubmodulePathException
The commit cannot be created because a specified file path points to a submodule.
|
class |
FileTooLargeException
The specified file exceeds the file size limit for AWS CodeCommit.
|
class |
FolderContentSizeLimitExceededException
The commit cannot be created because at least one of the overall changes in the commit result in a folder contents
exceeding the limit of 6 MB.
|
class |
FolderDoesNotExistException
The specified folder does not exist.
|
class |
IdempotencyParameterMismatchException
The client request token is not valid.
|
class |
InvalidActorArnException
The Amazon Resource Name (ARN) is not valid.
|
class |
InvalidAuthorArnException
The Amazon Resource Name (ARN) is not valid.
|
class |
InvalidBlobIdException
The specified blob is not valid.
|
class |
InvalidBranchNameException
The specified reference name is not valid.
|
class |
InvalidClientRequestTokenException
The client request token is not valid.
|
class |
InvalidCommentIdException
The comment ID is not in a valid format.
|
class |
InvalidCommitException
The specified commit is not valid.
|
class |
InvalidCommitIdException
The specified commit ID is not valid.
|
class |
InvalidContinuationTokenException
The specified continuation token is not valid.
|
class |
InvalidDeletionParameterException
The specified deletion parameter is not valid.
|
class |
InvalidDescriptionException
The pull request description is not valid.
|
class |
InvalidDestinationCommitSpecifierException
The destination commit specifier is not valid.
|
class |
InvalidEmailException
The specified email address either contains one or more characters that are not allowed, or it exceeds the maximum
number of characters allowed for an email address.
|
class |
InvalidFileLocationException
The location of the file is not valid.
|
class |
InvalidFileModeException
The specified file mode permission is not valid.
|
class |
InvalidFilePositionException
The position is not valid.
|
class |
InvalidMaxResultsException
The specified number of maximum results is not valid.
|
class |
InvalidMergeOptionException
The specified merge option is not valid.
|
class |
InvalidOrderException
The specified sort order is not valid.
|
class |
InvalidParentCommitIdException
The parent commit ID is not valid.
|
class |
InvalidPathException
The specified path is not valid.
|
class |
InvalidPullRequestEventTypeException
The pull request event type is not valid.
|
class |
InvalidPullRequestIdException
The pull request ID is not valid.
|
class |
InvalidPullRequestStatusException
The pull request status is not valid.
|
class |
InvalidPullRequestStatusUpdateException
The pull request status update is not valid.
|
class |
InvalidReferenceNameException
The specified reference name format is not valid.
|
class |
InvalidRelativeFileVersionEnumException
Either the enum is not in a valid format, or the specified file version enum is not valid in respect to the current
file version.
|
class |
InvalidRepositoryDescriptionException
The specified repository description is not valid.
|
class |
InvalidRepositoryNameException
At least one specified repository name is not valid.
|
class |
InvalidRepositoryTriggerBranchNameException
One or more branch names specified for the trigger is not valid.
|
class |
InvalidRepositoryTriggerCustomDataException
The custom data provided for the trigger is not valid.
|
class |
InvalidRepositoryTriggerDestinationArnException
The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination.
|
class |
InvalidRepositoryTriggerEventsException
One or more events specified for the trigger is not valid.
|
class |
InvalidRepositoryTriggerNameException
The name of the trigger is not valid.
|
class |
InvalidRepositoryTriggerRegionException
The region for the trigger target does not match the region for the repository.
|
class |
InvalidSortByException
The specified sort by value is not valid.
|
class |
InvalidSourceCommitSpecifierException
The source commit specifier is not valid.
|
class |
InvalidTargetException
The target for the pull request is not valid.
|
class |
InvalidTargetsException
The targets for the pull request is not valid or not in a valid format.
|
class |
InvalidTitleException
The title of the pull request is not valid.
|
class |
ManualMergeRequiredException
The pull request cannot be merged automatically into the destination branch.
|
class |
MaximumBranchesExceededException
The number of branches for the trigger was exceeded.
|
class |
MaximumFileEntriesExceededException
The number of specified files to change as part of this commit exceeds the maximum number of files that can be
changed in a single commit.
|
class |
MaximumOpenPullRequestsExceededException
You cannot create the pull request because the repository has too many open pull requests.
|
class |
MaximumRepositoryNamesExceededException
The maximum number of allowed repository names was exceeded.
|
class |
MaximumRepositoryTriggersExceededException
The number of triggers allowed for the repository was exceeded.
|
class |
MergeOptionRequiredException
A merge option or stategy is required, and none was provided.
|
class |
MultipleRepositoriesInPullRequestException
You cannot include more than one repository in a pull request.
|
class |
NameLengthExceededException
The user name is not valid because it has exceeded the character limit for file names.
|
class |
NoChangeException
The commit cannot be created because no changes will be made to the repository as a result of this commit.
|
class |
ParentCommitDoesNotExistException
The parent commit ID is not valid because it does not exist.
|
class |
ParentCommitIdOutdatedException
The file could not be added because the provided parent commit ID is not the current tip of the specified branch.
|
class |
ParentCommitIdRequiredException
A parent commit ID is required.
|
class |
PathDoesNotExistException
The specified path does not exist.
|
class |
PathRequiredException
The folderPath for a location cannot be null.
|
class |
PullRequestAlreadyClosedException
The pull request status cannot be updated because it is already closed.
|
class |
PullRequestDoesNotExistException
The pull request ID could not be found.
|
class |
PullRequestIdRequiredException
A pull request ID is required, but none was provided.
|
class |
PullRequestStatusRequiredException
A pull request status is required, but none was provided.
|
class |
PutFileEntryConflictException
The commit cannot be created because one or more files specified in the commit reference both a file and a folder.
|
class |
ReferenceDoesNotExistException
The specified reference does not exist.
|
class |
ReferenceNameRequiredException
A reference name is required, but none was provided.
|
class |
ReferenceTypeNotSupportedException
The specified reference is not a supported type.
|
class |
RepositoryDoesNotExistException
The specified repository does not exist.
|
class |
RepositoryLimitExceededException
A repository resource limit was exceeded.
|
class |
RepositoryNameExistsException
The specified repository name already exists.
|
class |
RepositoryNameRequiredException
A repository name is required but was not specified.
|
class |
RepositoryNamesRequiredException
A repository names object is required but was not specified.
|
class |
RepositoryNotAssociatedWithPullRequestException
The repository does not contain any pull requests with that pull request ID.
|
class |
RepositoryTriggerBranchNameListRequiredException
At least one branch name is required but was not specified in the trigger configuration.
|
class |
RepositoryTriggerDestinationArnRequiredException
A destination ARN for the target service for the trigger is required but was not specified.
|
class |
RepositoryTriggerEventsListRequiredException
At least one event for the trigger is required but was not specified.
|
class |
RepositoryTriggerNameRequiredException
A name for the trigger is required but was not specified.
|
class |
RepositoryTriggersListRequiredException
The list of triggers for the repository is required but was not specified.
|
class |
RestrictedSourceFileException
The commit cannot be created because one of the changes specifies copying or moving a .gitkeep file.
|
class |
SameFileContentException
The file was not added or updated because the content of the file is exactly the same as the content of that file in
the repository and branch that you specified.
|
class |
SamePathRequestException
The commit cannot be created because one or more changes in this commit duplicate actions in the same file path.
|
class |
SourceAndDestinationAreSameException
The source branch and the destination branch for the pull request are the same.
|
class |
SourceFileOrContentRequiredException
The commit cannot be created because no source files or file content have been specified for the commit.
|
class |
TargetRequiredException
A pull request target is required.
|
class |
TargetsRequiredException
An array of target objects is required.
|
class |
TipOfSourceReferenceIsDifferentException
The tip of the source branch in the destination repository does not match the tip of the source branch specified in
your request.
|
class |
TipsDivergenceExceededException
The divergence between the tips of the provided commit specifiers is too great to determine whether there might be
any merge conflicts.
|
class |
TitleRequiredException
A pull request title is required.
|
Copyright © 2019. All rights reserved.