deleteAccountPasswordPolicy
inline suspend fun IamClient.deleteAccountPasswordPolicy(crossinline block: DeleteAccountPasswordPolicyRequest.Builder.() -> Unit): DeleteAccountPasswordPolicyResponse
Deletes the password policy for the Amazon Web Services account. There are no parameters.
Samples
fun main() {
//sampleStart
// The following command removes the password policy from the current AWS account
iamClient.deleteAccountPasswordPolicy()
//sampleEnd
}