Interface ResourceDeletionError

All Superinterfaces:
ErrorObject
All Known Implementing Classes:
ResourceDeletionErrorImpl

public interface ResourceDeletionError extends ErrorObject
ResourceDeletionError
Example to create an instance using the builder pattern

     ResourceDeletionError resourceDeletionError = ResourceDeletionError.builder()
             .message("{message}")
             .build()