deleteAccountPasswordPolicy method

Future<void> deleteAccountPasswordPolicy()

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

May throw NoSuchEntityException. May throw LimitExceededException. May throw ServiceFailureException.

Implementation

Future<void> deleteAccountPasswordPolicy() async {
  final $request = <String, dynamic>{};
  await _protocol.send(
    $request,
    action: 'DeleteAccountPasswordPolicy',
    version: '2010-05-08',
    method: 'POST',
    requestUri: '/',
    exceptionFnMap: _exceptionFns,
    shapes: shapes,
  );
}