| 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 |
ApprovalRuleContentRequiredException
The content for the approval rule is empty.
|
class |
ApprovalRuleDoesNotExistException
The specified approval rule does not exist.
|
class |
ApprovalRuleNameAlreadyExistsException
An approval rule with that name already exists.
|
class |
ApprovalRuleNameRequiredException
An approval rule name is required, but was not specified.
|
class |
ApprovalRuleTemplateContentRequiredException
The content for the approval rule template is empty.
|
class |
ApprovalRuleTemplateDoesNotExistException
The specified approval rule template does not exist.
|
class |
ApprovalRuleTemplateInUseException
The approval rule template is associated with one or more repositories.
|
class |
ApprovalRuleTemplateNameAlreadyExistsException
You cannot create an approval rule template with that name because a template with that name already exists in this
AWS Region for your AWS account.
|
class |
ApprovalRuleTemplateNameRequiredException
An approval rule template name is required, but was not specified.
|
class |
ApprovalStateRequiredException
An approval state is required, but was not specified.
|
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
Cannot create the branch with the specified name because the commit conflicts with an existing branch with the same
name.
|
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 |
CannotDeleteApprovalRuleFromTemplateException
The approval rule cannot be deleted from the pull request because it was created by an approval rule template and
applied to the pull request automatically.
|
class |
CannotModifyApprovalRuleFromTemplateException
The approval rule cannot be modified for the pull request because it was created by an approval rule template and
applied to the pull request automatically.
|
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 |
CommitIdsLimitExceededException
The maximum number of allowed commit IDs in a batch request is 100.
|
class |
CommitIdsListRequiredException
A list of commit IDs is required, but was either not specified or the list was empty.
|
class |
CommitMessageLengthExceededException
The commit message is too long.
|
class |
CommitRequiredException
A commit was not specified.
|
class |
ConcurrentReferenceUpdateException
The merge cannot be completed because the target branch has been modified.
|
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 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 results in a folder whose
contents exceed 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 |
InvalidApprovalRuleContentException
The content for the approval rule is not valid.
|
class |
InvalidApprovalRuleNameException
The name for the approval rule is not valid.
|
class |
InvalidApprovalRuleTemplateContentException
The content of the approval rule template is not valid.
|
class |
InvalidApprovalRuleTemplateDescriptionException
The description for the approval rule template is not valid because it exceeds the maximum characters allowed for a
description.
|
class |
InvalidApprovalRuleTemplateNameException
The name of the approval rule template is not valid.
|
class |
InvalidApprovalStateException
The state for the approval 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 |
InvalidConflictDetailLevelException
The specified conflict detail level is not valid.
|
class |
InvalidConflictResolutionException
The specified conflict resolution list is not valid.
|
class |
InvalidConflictResolutionStrategyException
The specified conflict resolution strategy 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 |
InvalidMaxConflictFilesException
The specified value for the number of conflict files to return is not valid.
|
class |
InvalidMaxMergeHunksException
The specified value for the number of merge hunks to return is not valid.
|
class |
InvalidMaxResultsException
The specified number of maximum results is not valid.
|
class |
InvalidMergeOptionException
The specified merge option is not valid for this operation.
|
class |
InvalidOrderException
The specified sort order is not valid.
|
class |
InvalidOverrideStatusException
The override status 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 |
InvalidReactionUserArnException
The Amazon Resource Name (ARN) of the user or identity is not valid.
|
class |
InvalidReactionValueException
The value of the reaction 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 |
InvalidReplacementContentException
Automerge was specified for resolving the conflict, but the replacement type is not valid or content is missing.
|
class |
InvalidReplacementTypeException
Automerge was specified for resolving the conflict, but the specified replacement type is not valid.
|
class |
InvalidRepositoryDescriptionException
The specified repository description is not valid.
|
class |
InvalidRepositoryNameException
A 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 AWS Region for the trigger target does not match the AWS Region for the repository.
|
class |
InvalidResourceArnException
The value for the resource ARN is not valid.
|
class |
InvalidRevisionIdException
The revision ID is not valid.
|
class |
InvalidRuleContentSha256Exception
The SHA-256 hash signature for the rule content is not valid.
|
class |
InvalidSortByException
The specified sort by value is not valid.
|
class |
InvalidSourceCommitSpecifierException
The source commit specifier is not valid.
|
class |
InvalidSystemTagUsageException
The specified tag is not valid.
|
class |
InvalidTagKeysListException
The list of tags is not valid.
|
class |
InvalidTagsMapException
The map of tags is not valid.
|
class |
InvalidTargetBranchException
The specified target branch 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 |
MaximumConflictResolutionEntriesExceededException
The number of allowed conflict resolution entries was exceeded.
|
class |
MaximumFileContentToLoadExceededException
The number of files to load exceeds the allowed limit.
|
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 |
MaximumItemsToCompareExceededException
The number of items to compare between the source or destination branches and the merge base has exceeded the maximum
allowed.
|
class |
MaximumNumberOfApprovalsExceededException
The number of approvals required for the approval rule exceeds the maximum number allowed.
|
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 |
MaximumRuleTemplatesAssociatedWithRepositoryException
The maximum number of approval rule templates for a repository has been exceeded.
|
class |
MergeOptionRequiredException
A merge option or stategy is required, and none was provided.
|
class |
MultipleConflictResolutionEntriesException
More than one conflict resolution entries exists for the conflict.
|
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 author names.
|
class |
NoChangeException
The commit cannot be created because no changes will be made to the repository as a result of this commit.
|
class |
NumberOfRulesExceededException
The approval rule cannot be added.
|
class |
NumberOfRuleTemplatesExceededException
The maximum number of approval rule templates has been exceeded for this AWS Region.
|
class |
OverrideAlreadySetException
The pull request has already had its approval rules set to override.
|
class |
OverrideStatusRequiredException
An override status is required, but no value was provided.
|
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 |
PullRequestApprovalRulesNotSatisfiedException
The pull request cannot be merged because one or more approval rules applied to the pull request have conditions that
have not been met.
|
class |
PullRequestCannotBeApprovedByAuthorException
The approval cannot be applied because the user approving the pull request matches the user who created the pull
request.
|
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 |
ReactionLimitExceededException
The number of reactions has been exceeded.
|
class |
ReactionValueRequiredException
A reaction value is required.
|
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 |
ReplacementContentRequiredException
USE_NEW_CONTENT was specified, but no replacement content has been provided.
|
class |
ReplacementTypeRequiredException
A replacement type is required.
|
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
At least one repository name 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 |
ResourceArnRequiredException
A valid Amazon Resource Name (ARN) for an AWS CodeCommit resource is required.
|
class |
RestrictedSourceFileException
The commit cannot be created because one of the changes specifies copying or moving a .gitkeep file.
|
class |
RevisionIdRequiredException
A revision ID is required, but was not provided.
|
class |
RevisionNotCurrentException
The revision ID provided in the request does not match the current revision ID.
|
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 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 |
TagKeysListRequiredException
A list of tag keys is required.
|
class |
TagPolicyException
The tag policy is not valid.
|
class |
TagsMapRequiredException
A map of tags is required.
|
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.
|
class |
TooManyTagsException
The maximum number of tags for an AWS CodeCommit resource has been exceeded.
|
Copyright © 2022. All rights reserved.