SmsMfaConfigType
public struct SmsMfaConfigType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The SMS authentication message that will be sent to users with the code they need to sign in. The message must contain the ‘{####}’ placeholder, which will be replaced with the code. If the message is not included, and default message will be used.
Declaration
Swift
public let smsAuthenticationMessage: String? -
The SMS configuration.
Declaration
Swift
public let smsConfiguration: SmsConfigurationType? -
Undocumented
Declaration
Swift
public init(smsAuthenticationMessage: String? = nil, smsConfiguration: SmsConfigurationType? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SmsMfaConfigType Structure Reference