delete_account_password_policy()¶Deletes the password policy for the Amazon Web Services account. There are no parameters.
See also: AWS API Documentation
Request Syntax
response = client.delete_account_password_policy()
Exceptions
IAM.Client.exceptions.NoSuchEntityExceptionIAM.Client.exceptions.LimitExceededExceptionIAM.Client.exceptions.ServiceFailureExceptionExamples
The following command removes the password policy from the current AWS account:
response = client.delete_account_password_policy(
)
print(response)
Expected Output:
{
'ResponseMetadata': {
'...': '...',
},
}