BucketWebsiteErrorDocument

data class BucketWebsiteErrorDocument(val httpStatus: Int? = null, val key: String? = null)

Constructors

Link copied to clipboard
constructor(httpStatus: Int? = null, key: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val httpStatus: Int? = null

The HTTP status code when the error page is returned. The default 404.

Link copied to clipboard
val key: String? = null

The error page file. If the Object accessed does not exist, this error page is returned.