Distribution Custom Error Response
data class DistributionCustomErrorResponse(val errorCachingMinTtl: Int? = null, val errorCode: Int, val responseCode: Int? = null, val responsePagePath: String? = null)
Constructors
Link copied to clipboard
fun DistributionCustomErrorResponse(errorCachingMinTtl: Int? = null, errorCode: Int, responseCode: Int? = null, responsePagePath: String? = null)