Class DryRunOperationException

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

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

The exception that is thrown when a dry run operation is requested. This indicates that the validation checks have been performed successfully, but no actual resources were created or modified.

See Also: