AccountTakeoverActionType
public struct AccountTakeoverActionType : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The event action. BLOCK Choosing this action will block the request. MFA_IF_CONFIGURED Throw MFA challenge if user has configured it, else allow the request. MFA_REQUIRED Throw MFA challenge if user has configured it, else block the request. NO_ACTION Allow the user sign-in.
Declaration
Swift
public let eventAction: AccountTakeoverEventActionType - 
                  
                  
Flag specifying whether to send a notification.
Declaration
Swift
public let notify: Bool - 
                  
                  
Undocumented
Declaration
Swift
public init(eventAction: AccountTakeoverEventActionType, notify: Bool) 
View on GitHub
        AccountTakeoverActionType Structure Reference