AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionType) {
    AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionTypeUnknown,
    AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionTypeV10,
}

Swift

enum AWSCognitoIdentityProviderCustomSMSSenderLambdaVersionType : Int, @unchecked Sendable

Undocumented