FixedResponseActionConfig
public struct FixedResponseActionConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The content type. Valid Values: text/plain | text/css | text/html | application/javascript | application/json
Declaration
Swift
public let contentType: String? -
The message.
Declaration
Swift
public let messageBody: String? -
The HTTP response code (2XX, 4XX, or 5XX).
Declaration
Swift
public let statusCode: String -
Undocumented
Declaration
Swift
public init(contentType: String? = nil, messageBody: String? = nil, statusCode: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
FixedResponseActionConfig Structure Reference