CustomErrorResponses
public struct CustomErrorResponses : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A complex type that contains a CustomErrorResponse element for each HTTP status code for which you want to specify a custom error page and/or a caching duration.
Declaration
Swift
public let items: [CustomErrorResponse]?
-
The number of HTTP status codes for which you want to specify a custom error page and/or a caching duration. If Quantity is 0, you can omit Items.
Declaration
Swift
public let quantity: Int
-
Undocumented
Declaration
Swift
public init(items: [CustomErrorResponse]? = nil, quantity: Int)