Class InvalidFileExistsBehaviorException

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

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

An invalid fileExistsBehavior option was specified to determine how CodeDeploy handles files or directories that already exist in a deployment target location, but weren't part of the previous successful deployment. Valid values include "DISALLOW," "OVERWRITE," and "RETAIN."

See Also: