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