Learn R Programming

paws.security.identity (version 0.1.12)

iam_delete_account_password_policy: Deletes the password policy for the AWS account

Description

Deletes the password policy for the AWS account. There are no parameters.

Usage

iam_delete_account_password_policy()

Arguments

Value

An empty list.

Examples

Run this code
if (FALSE) {
# The following command removes the password policy from the current AWS
# account:
svc$delete_account_password_policy()
}

Run the code above in your browser using DataLab