Class FileContentAndSourceFileSpecifiedException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<FileContentAndSourceFileSpecifiedException.Builder,FileContentAndSourceFileSpecifiedException>

@Generated("software.amazon.awssdk:codegen") public final class FileContentAndSourceFileSpecifiedException extends CodeCommitException implements ToCopyableBuilder<FileContentAndSourceFileSpecifiedException.Builder,FileContentAndSourceFileSpecifiedException>

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.

See Also: