deleteAccountPasswordPolicy method
Deletes the password policy for the Amazon Web Services account. There are no parameters.
May throw LimitExceededException.
May throw NoSuchEntityException.
May throw ServiceFailureException.
Implementation
Future<void> deleteAccountPasswordPolicy() async {
final $request = <String, String>{};
await _protocol.send(
$request,
action: 'DeleteAccountPasswordPolicy',
version: '2010-05-08',
method: 'POST',
requestUri: '/',
exceptionFnMap: _exceptionFns,
);
}