Distribution Custom Error Response Args
data class DistributionCustomErrorResponseArgs(val errorCachingMinTtl: Output<Int>? = null, val errorCode: Output<Int>, val responseCode: Output<Int>? = null, val responsePagePath: Output<String>? = null) : ConvertibleToJava<DistributionCustomErrorResponseArgs>