Class CodeCommitException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CodeCommit\Exception\CodeCommitException
- Namespace: Aws\CodeCommit\Exception
- Located at CodeCommit/Exception/CodeCommitException.php
Represents an error interacting with the AWS CodeCommit service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
ActorDoesNotExistException
[ ]
Description
The specified Amazon Resource Name (ARN) does not exist in the AWS account.
Members
ApprovalRuleContentRequiredException
[ ]
Description
The content for the approval rule is empty. You must provide some content for an approval rule. The content cannot be null.
Members
ApprovalRuleDoesNotExistException
[ ]
Description
The specified approval rule does not exist.
Members
ApprovalRuleNameAlreadyExistsException
[ ]
Description
An approval rule with that name already exists. Approval rule names must be unique within the scope of a pull request.
Members
ApprovalRuleNameRequiredException
[ ]
Description
An approval rule name is required, but was not specified.
Members
ApprovalRuleTemplateContentRequiredException
[ ]
Description
The content for the approval rule template is empty. You must provide some content for an approval rule template. The content cannot be null.
Members
ApprovalRuleTemplateDoesNotExistException
[ ]
Description
The specified approval rule template does not exist. Verify that the name is correct and that you are signed in to the AWS Region where the template was created, and then try again.
Members
ApprovalRuleTemplateInUseException
[ ]
Description
The approval rule template is associated with one or more repositories. You cannot delete a template that is associated with a repository. Remove all associations, and then try again.
Members
ApprovalRuleTemplateNameAlreadyExistsException
[ ]
Description
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. Approval rule template names must be unique.
Members
ApprovalRuleTemplateNameRequiredException
[ ]
Description
An approval rule template name is required, but was not specified.
Members
ApprovalStateRequiredException
[ ]
Description
An approval state is required, but was not specified.
Members
AuthorDoesNotExistException
[ ]
Description
The specified Amazon Resource Name (ARN) does not exist in the AWS account.
Members
BeforeCommitIdAndAfterCommitIdAreSameException
[ ]
Description
The before commit ID and the after commit ID are the same, which is not valid. The before commit ID and the after commit ID must be different commit IDs.
Members
BlobIdDoesNotExistException
[ ]
Description
The specified blob does not exist.
Members
BlobIdRequiredException
[ ]
Description
A blob ID is required, but was not specified.
Members
BranchDoesNotExistException
[ ]
Description
The specified branch does not exist.
Members
BranchNameExistsException
[ ]
Description
Cannot create the branch with the specified name because the commit conflicts with an existing branch with the same name. Branch names must be unique.
Members
BranchNameIsTagNameException
[ ]
Description
The specified branch name is not valid because it is a tag name. Enter the name of a branch in the repository. For a list of valid branch names, use ListBranches.
Members
BranchNameRequiredException
[ ]
Description
A branch name is required, but was not specified.
Members
CannotDeleteApprovalRuleFromTemplateException
[ ]
Description
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.
Members
CannotModifyApprovalRuleFromTemplateException
[ ]
Description
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.
Members
ClientRequestTokenRequiredException
[ ]
Description
A client request token is required. A client request token is an unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
Members
CommentContentRequiredException
[ ]
Description
The comment is empty. You must provide some content for a comment. The content cannot be null.
Members
CommentContentSizeLimitExceededException
[ ]
Description
The comment is too large. Comments are limited to 1,000 characters.
Members
CommentDeletedException
[ ]
Description
This comment has already been deleted. You cannot edit or delete a deleted comment.
Members
CommentDoesNotExistException
[ ]
Description
No comment exists with the provided ID. Verify that you have used the correct ID, and then try again.
Members
CommentIdRequiredException
[ ]
Description
The comment ID is missing or null. A comment ID is required.
Members
CommentNotCreatedByCallerException
[ ]
Description
You cannot modify or delete this comment. Only comment authors can modify or delete their comments.
Members
CommitDoesNotExistException
[ ]
Description
The specified commit does not exist or no commit was specified, and the specified repository has no default branch.
Members
CommitIdDoesNotExistException
[ ]
Description
The specified commit ID does not exist.
Members
CommitIdRequiredException
[ ]
Description
A commit ID was not specified.
Members
CommitIdsLimitExceededException
[ ]
Description
The maximum number of allowed commit IDs in a batch request is 100. Verify that your batch requests contains no more than 100 commit IDs, and then try again.
Members
CommitIdsListRequiredException
[ ]
Description
A list of commit IDs is required, but was either not specified or the list was empty.
Members
CommitMessageLengthExceededException
[ ]
Description
The commit message is too long. Provide a shorter string.
Members
CommitRequiredException
[ ]
Description
A commit was not specified.
Members
ConcurrentReferenceUpdateException
[ ]
Description
The merge cannot be completed because the target branch has been modified. Another user might have modified the target branch while the merge was in progress. Wait a few minutes, and then try again.
Members
DefaultBranchCannotBeDeletedException
[ ]
Description
The specified branch is the default branch for the repository, and cannot be deleted. To delete this branch, you must first set another branch as the default branch.
Members
DirectoryNameConflictsWithFileNameException
[ ]
Description
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. Either provide a different name for the file, or specify a different path for the file.
Members
EncryptionIntegrityChecksFailedException
[ ]
Description
An encryption integrity check failed.
Members
EncryptionKeyAccessDeniedException
[ ]
Description
An encryption key could not be accessed.
Members
EncryptionKeyDisabledException
[ ]
Description
The encryption key is disabled.
Members
EncryptionKeyNotFoundException
[ ]
Description
No encryption key was found.
Members
EncryptionKeyUnavailableException
[ ]
Description
The encryption key is not available.
Members
FileContentAndSourceFileSpecifiedException
[ ]
Description
The commit cannot be created because both a source file and file content have been specified for the same file. You cannot provide both. Either specify a source file or provide the file content directly.
Members
FileContentRequiredException
[ ]
Description
The file cannot be added because it is empty. Empty files cannot be added to the repository with this API.
Members
FileContentSizeLimitExceededException
[ ]
Description
The file cannot be added because it is too large. The maximum file size is 6 MB, and the combined file content change size is 7 MB. Consider making these changes using a Git client.
Members
FileDoesNotExistException
[ ]
Description
The specified file does not exist. Verify that you have used the correct file name, full path, and extension.
Members
FileEntryRequiredException
[ ]
Description
The commit cannot be created because no files have been specified as added, updated, or changed (PutFile or DeleteFile) for the commit.
Members
FileModeRequiredException
[ ]
Description
The commit cannot be created because no file mode has been specified. A file mode is required to update mode permissions for a file.
Members
FileNameConflictsWithDirectoryNameException
[ ]
Description
A file cannot be added to the repository because the specified file name has the same name as a directory in this repository. Either provide another name for the file, or add the file in a directory that does not match the file name.
Members
FilePathConflictsWithSubmodulePathException
[ ]
Description
The commit cannot be created because a specified file path points to a submodule. Verify that the destination files have valid file paths that do not point to a submodule.
Members
FileTooLargeException
[ ]
Description
The specified file exceeds the file size limit for AWS CodeCommit. For more information about limits in AWS CodeCommit, see AWS CodeCommit User Guide.
Members
FolderContentSizeLimitExceededException
[ ]
Description
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. Either reduce the number and size of your changes, or split the changes across multiple folders.
Members
FolderDoesNotExistException
[ ]
Description
The specified folder does not exist. Either the folder name is not correct, or you did not enter the full path to the folder.
Members
IdempotencyParameterMismatchException
[ ]
Description
The client request token is not valid. Either the token is not in a valid format, or the token has been used in a previous request and cannot be reused.
Members
InvalidActorArnException
[ ]
Description
The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the user who initiated the change for the pull request, and then try again.
Members
InvalidApprovalRuleContentException
[ ]
Description
The content for the approval rule is not valid.
Members
InvalidApprovalRuleNameException
[ ]
Description
The name for the approval rule is not valid.
Members
InvalidApprovalRuleTemplateContentException
[ ]
Description
The content of the approval rule template is not valid.
Members
InvalidApprovalRuleTemplateDescriptionException
[ ]
Description
The description for the approval rule template is not valid because it exceeds the maximum characters allowed for a description. For more information about limits in AWS CodeCommit, see AWS CodeCommit User Guide.
Members
InvalidApprovalRuleTemplateNameException
[ ]
Description
The name of the approval rule template is not valid. Template names must be between 1 and 100 valid characters in length. For more information about limits in AWS CodeCommit, see AWS CodeCommit User Guide.
Members
InvalidApprovalStateException
[ ]
Description
The state for the approval is not valid. Valid values include APPROVE and REVOKE.
Members
InvalidAuthorArnException
[ ]
Description
The Amazon Resource Name (ARN) is not valid. Make sure that you have provided the full ARN for the author of the pull request, and then try again.
Members
InvalidBlobIdException
[ ]
Description
The specified blob is not valid.
Members
InvalidBranchNameException
[ ]
Description
The specified reference name is not valid.
Members
InvalidClientRequestTokenException
[ ]
Description
The client request token is not valid.
Members
InvalidCommentIdException
[ ]
Description
The comment ID is not in a valid format. Make sure that you have provided the full comment ID.
Members
InvalidCommitException
[ ]
Description
The specified commit is not valid.
Members
InvalidCommitIdException
[ ]
Description
The specified commit ID is not valid.
Members
InvalidConflictDetailLevelException
[ ]
Description
The specified conflict detail level is not valid.
Members
InvalidConflictResolutionException
[ ]
Description
The specified conflict resolution list is not valid.
Members
InvalidConflictResolutionStrategyException
[ ]
Description
The specified conflict resolution strategy is not valid.
Members
InvalidContinuationTokenException
[ ]
Description
The specified continuation token is not valid.
Members
InvalidDeletionParameterException
[ ]
Description
The specified deletion parameter is not valid.
Members
InvalidDescriptionException
[ ]
Description
The pull request description is not valid. Descriptions cannot be more than 1,000 characters.
Members
InvalidDestinationCommitSpecifierException
[ ]
Description
The destination commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.
Members
InvalidEmailException
[ ]
Description
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.
Members
InvalidFileLocationException
[ ]
Description
The location of the file is not valid. Make sure that you include the file name and extension.
Members
InvalidFileModeException
[ ]
Description
The specified file mode permission is not valid. For a list of valid file mode permissions, see PutFile.
Members
InvalidFilePositionException
[ ]
Description
The position is not valid. Make sure that the line number exists in the version of the file you want to comment on.
Members
InvalidMaxConflictFilesException
[ ]
Description
The specified value for the number of conflict files to return is not valid.
Members
InvalidMaxMergeHunksException
[ ]
Description
The specified value for the number of merge hunks to return is not valid.
Members
InvalidMaxResultsException
[ ]
Description
The specified number of maximum results is not valid.
Members
InvalidMergeOptionException
[ ]
Description
The specified merge option is not valid for this operation. Not all merge strategies are supported for all operations.
Members
InvalidOrderException
[ ]
Description
The specified sort order is not valid.
Members
InvalidOverrideStatusException
[ ]
Description
The override status is not valid. Valid statuses are OVERRIDE and REVOKE.
Members
InvalidParentCommitIdException
[ ]
Description
The parent commit ID is not valid. The commit ID cannot be empty, and must match the head commit ID for the branch of the repository where you want to add or update a file.
Members
InvalidPathException
[ ]
Description
The specified path is not valid.
Members
InvalidPullRequestEventTypeException
[ ]
Description
The pull request event type is not valid.
Members
InvalidPullRequestIdException
[ ]
Description
The pull request ID is not valid. Make sure that you have provided the full ID and that the pull request is in the specified repository, and then try again.
Members
InvalidPullRequestStatusException
[ ]
Description
The pull request status is not valid. The only valid values are OPEN
and CLOSED
.
Members
InvalidPullRequestStatusUpdateException
[ ]
Description
The pull request status update is not valid. The only valid update is from OPEN
to CLOSED
.
Members
InvalidReactionUserArnException
[ ]
Description
The Amazon Resource Name (ARN) of the user or identity is not valid.
Members
InvalidReactionValueException
[ ]
Description
The value of the reaction is not valid. For more information, see the AWS CodeCommit User Guide.
Members
InvalidReferenceNameException
[ ]
Description
The specified reference name format is not valid. Reference names must conform to the Git references format (for example, refs/heads/master). For more information, see Git Internals - Git References or consult your Git documentation.
Members
InvalidRelativeFileVersionEnumException
[ ]
Description
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.
Members
InvalidReplacementContentException
[ ]
Description
Automerge was specified for resolving the conflict, but the replacement type is not valid or content is missing.
Members
InvalidReplacementTypeException
[ ]
Description
Automerge was specified for resolving the conflict, but the specified replacement type is not valid.
Members
InvalidRepositoryDescriptionException
[ ]
Description
The specified repository description is not valid.
Members
InvalidRepositoryNameException
[ ]
Description
A specified repository name is not valid.
This exception occurs only when a specified repository name is not valid. Other exceptions occur when a required repository parameter is missing, or when a specified repository does not exist.
Members
InvalidRepositoryTriggerBranchNameException
[ ]
Description
One or more branch names specified for the trigger is not valid.
Members
InvalidRepositoryTriggerCustomDataException
[ ]
Description
The custom data provided for the trigger is not valid.
Members
InvalidRepositoryTriggerDestinationArnException
[ ]
Description
The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination. The most common reason for this error is that the ARN does not meet the requirements for the service type.
Members
InvalidRepositoryTriggerEventsException
[ ]
Description
One or more events specified for the trigger is not valid. Check to make sure that all events specified match the requirements for allowed events.
Members
InvalidRepositoryTriggerNameException
[ ]
Description
The name of the trigger is not valid.
Members
InvalidRepositoryTriggerRegionException
[ ]
Description
The AWS Region for the trigger target does not match the AWS Region for the repository. Triggers must be created in the same Region as the target for the trigger.
Members
InvalidResourceArnException
[ ]
Description
The value for the resource ARN is not valid. For more information about resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.
Members
InvalidRevisionIdException
[ ]
Description
The revision ID is not valid. Use GetPullRequest to determine the value.
Members
InvalidRuleContentSha256Exception
[ ]
Description
The SHA-256 hash signature for the rule content is not valid.
Members
InvalidSortByException
[ ]
Description
The specified sort by value is not valid.
Members
InvalidSourceCommitSpecifierException
[ ]
Description
The source commit specifier is not valid. You must provide a valid branch name, tag, or full commit ID.
Members
InvalidSystemTagUsageException
[ ]
Description
The specified tag is not valid. Key names cannot be prefixed with aws:.
Members
InvalidTagKeysListException
[ ]
Description
The list of tags is not valid.
Members
InvalidTagsMapException
[ ]
Description
The map of tags is not valid.
Members
InvalidTargetBranchException
[ ]
Description
The specified target branch is not valid.
Members
InvalidTargetException
[ ]
Description
The target for the pull request is not valid. A target must contain the full values for the repository name, source branch, and destination branch for the pull request.
Members
InvalidTargetsException
[ ]
Description
The targets for the pull request is not valid or not in a valid format. Targets are a list of target objects. Each target object must contain the full values for the repository name, source branch, and destination branch for a pull request.
Members
InvalidTitleException
[ ]
Description
The title of the pull request is not valid. Pull request titles cannot exceed 100 characters in length.
Members
ManualMergeRequiredException
[ ]
Description
The pull request cannot be merged automatically into the destination branch. You must manually merge the branches and resolve any conflicts.
Members
MaximumBranchesExceededException
[ ]
Description
The number of branches for the trigger was exceeded.
Members
MaximumConflictResolutionEntriesExceededException
[ ]
Description
The number of allowed conflict resolution entries was exceeded.
Members
MaximumFileContentToLoadExceededException
[ ]
Description
The number of files to load exceeds the allowed limit.
Members
MaximumFileEntriesExceededException
[ ]
Description
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. Consider using a Git client for these changes.
Members
MaximumItemsToCompareExceededException
[ ]
Description
The number of items to compare between the source or destination branches and the merge base has exceeded the maximum allowed.
Members
MaximumNumberOfApprovalsExceededException
[ ]
Description
The number of approvals required for the approval rule exceeds the maximum number allowed.
Members
MaximumOpenPullRequestsExceededException
[ ]
Description
You cannot create the pull request because the repository has too many open pull requests. The maximum number of open pull requests for a repository is 1,000. Close one or more open pull requests, and then try again.
Members
MaximumRepositoryNamesExceededException
[ ]
Description
The maximum number of allowed repository names was exceeded. Currently, this number is 100.
Members
MaximumRepositoryTriggersExceededException
[ ]
Description
The number of triggers allowed for the repository was exceeded.
Members
MaximumRuleTemplatesAssociatedWithRepositoryException
[ ]
Description
The maximum number of approval rule templates for a repository has been exceeded. You cannot associate more than 25 approval rule templates with a repository.
Members
MergeOptionRequiredException
[ ]
Description
A merge option or stategy is required, and none was provided.
Members
MultipleConflictResolutionEntriesException
[ ]
Description
More than one conflict resolution entries exists for the conflict. A conflict can have only one conflict resolution entry.
Members
MultipleRepositoriesInPullRequestException
[ ]
Description
You cannot include more than one repository in a pull request. Make sure you have specified only one repository name in your request, and then try again.
Members
NameLengthExceededException
[ ]
Description
The user name is not valid because it has exceeded the character limit for author names.
Members
NoChangeException
[ ]
Description
The commit cannot be created because no changes will be made to the repository as a result of this commit. A commit must contain at least one change.
Members
NumberOfRuleTemplatesExceededException
[ ]
Description
The maximum number of approval rule templates has been exceeded for this AWS Region.
Members
NumberOfRulesExceededException
[ ]
Description
The approval rule cannot be added. The pull request has the maximum number of approval rules associated with it.
Members
OverrideAlreadySetException
[ ]
Description
The pull request has already had its approval rules set to override.
Members
OverrideStatusRequiredException
[ ]
Description
An override status is required, but no value was provided. Valid values include OVERRIDE and REVOKE.
Members
ParentCommitDoesNotExistException
[ ]
Description
The parent commit ID is not valid because it does not exist. The specified parent commit ID does not exist in the specified branch of the repository.
Members
ParentCommitIdOutdatedException
[ ]
Description
The file could not be added because the provided parent commit ID is not the current tip of the specified branch. To view the full commit ID of the current head of the branch, use GetBranch.
Members
ParentCommitIdRequiredException
[ ]
Description
A parent commit ID is required. To view the full commit ID of a branch in a repository, use GetBranch or a Git command (for example, git pull or git log).
Members
PathDoesNotExistException
[ ]
Description
The specified path does not exist.
Members
PathRequiredException
[ ]
Description
The folderPath for a location cannot be null.
Members
PullRequestAlreadyClosedException
[ ]
Description
The pull request status cannot be updated because it is already closed.
Members
PullRequestApprovalRulesNotSatisfiedException
[ ]
Description
The pull request cannot be merged because one or more approval rules applied to the pull request have conditions that have not been met.
Members
PullRequestCannotBeApprovedByAuthorException
[ ]
Description
The approval cannot be applied because the user approving the pull request matches the user who created the pull request. You cannot approve a pull request that you created.
Members
PullRequestDoesNotExistException
[ ]
Description
The pull request ID could not be found. Make sure that you have specified the correct repository name and pull request ID, and then try again.
Members
PullRequestIdRequiredException
[ ]
Description
A pull request ID is required, but none was provided.
Members
PullRequestStatusRequiredException
[ ]
Description
A pull request status is required, but none was provided.
Members
PutFileEntryConflictException
[ ]
Description
The commit cannot be created because one or more files specified in the commit reference both a file and a folder.
Members
ReactionLimitExceededException
[ ]
Description
The number of reactions has been exceeded. Reactions are limited to one reaction per user for each individual comment ID.
Members
ReactionValueRequiredException
[ ]
Description
A reaction value is required.
Members
ReferenceDoesNotExistException
[ ]
Description
The specified reference does not exist. You must provide a full commit ID.
Members
ReferenceNameRequiredException
[ ]
Description
A reference name is required, but none was provided.
Members
ReferenceTypeNotSupportedException
[ ]
Description
The specified reference is not a supported type.
Members
ReplacementContentRequiredException
[ ]
Description
USE_NEW_CONTENT was specified, but no replacement content has been provided.
Members
ReplacementTypeRequiredException
[ ]
Description
A replacement type is required.
Members
RepositoryDoesNotExistException
[ ]
Description
The specified repository does not exist.
Members
RepositoryLimitExceededException
[ ]
Description
A repository resource limit was exceeded.
Members
RepositoryNameExistsException
[ ]
Description
The specified repository name already exists.
Members
RepositoryNameRequiredException
[ ]
Description
A repository name is required, but was not specified.
Members
RepositoryNamesRequiredException
[ ]
Description
At least one repository name object is required, but was not specified.
Members
RepositoryNotAssociatedWithPullRequestException
[ ]
Description
The repository does not contain any pull requests with that pull request ID. Use GetPullRequest to verify the correct repository name for the pull request ID.
Members
RepositoryTriggerBranchNameListRequiredException
[ ]
Description
At least one branch name is required, but was not specified in the trigger configuration.
Members
RepositoryTriggerDestinationArnRequiredException
[ ]
Description
A destination ARN for the target service for the trigger is required, but was not specified.
Members
RepositoryTriggerEventsListRequiredException
[ ]
Description
At least one event for the trigger is required, but was not specified.
Members
RepositoryTriggerNameRequiredException
[ ]
Description
A name for the trigger is required, but was not specified.
Members
RepositoryTriggersListRequiredException
[ ]
Description
The list of triggers for the repository is required, but was not specified.
Members
ResourceArnRequiredException
[ ]
Description
A valid Amazon Resource Name (ARN) for an AWS CodeCommit resource is required. For a list of valid resources in AWS CodeCommit, see CodeCommit Resources and Operations in the AWS CodeCommit User Guide.
Members
RestrictedSourceFileException
[ ]
Description
The commit cannot be created because one of the changes specifies copying or moving a .gitkeep file.
Members
RevisionIdRequiredException
[ ]
Description
A revision ID is required, but was not provided.
Members
RevisionNotCurrentException
[ ]
Description
The revision ID provided in the request does not match the current revision ID. Use GetPullRequest to retrieve the current revision ID.
Members
SameFileContentException
[ ]
Description
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.
Members
SamePathRequestException
[ ]
Description
The commit cannot be created because one or more changes in this commit duplicate actions in the same file path. For example, you cannot make the same delete request to the same file in the same file path twice, or make a delete request and a move request to the same file as part of the same commit.
Members
SourceAndDestinationAreSameException
[ ]
Description
The source branch and destination branch for the pull request are the same. You must specify different branches for the source and destination.
Members
SourceFileOrContentRequiredException
[ ]
Description
The commit cannot be created because no source files or file content have been specified for the commit.
Members
TagKeysListRequiredException
[ ]
Description
A list of tag keys is required. The list cannot be empty or null.
Members
TagPolicyException
[ ]
Description
The tag policy is not valid.
Members
TagsMapRequiredException
[ ]
Description
A map of tags is required.
Members
TargetRequiredException
[ ]
Description
A pull request target is required. It cannot be empty or null. A pull request target must contain the full values for the repository name, source branch, and destination branch for the pull request.
Members
TargetsRequiredException
[ ]
Description
An array of target objects is required. It cannot be empty or null.
Members
TipOfSourceReferenceIsDifferentException
[ ]
Description
The tip of the source branch in the destination repository does not match the tip of the source branch specified in your request. The pull request might have been updated. Make sure that you have the latest changes.
Members
TipsDivergenceExceededException
[ ]
Description
The divergence between the tips of the provided commit specifiers is too great to determine whether there might be any merge conflicts. Locally compare the specifiers using git diff
or a diff tool.
Members
TitleRequiredException
[ ]
Description
A pull request title is required. It cannot be empty or null.
Members
TooManyTagsException
[ ]
Description
The maximum number of tags for an AWS CodeCommit resource has been exceeded.