Amazon.IdentityManagement.AmazonIdentityManagementServiceClient.GetAccountPasswordPolicy C# (CSharp) Method

GetAccountPasswordPolicy() public method

Retrieves the password policy for the AWS account. For more information about using a password policy, go to Managing an IAM Password Policy.
/// The request was rejected because it referenced an entity that does not exist. The /// error message describes the entity. /// /// The request processing has failed because of an unknown error, exception or failure. ///
public GetAccountPasswordPolicy ( ) : GetAccountPasswordPolicyResponse
return GetAccountPasswordPolicyResponse
        public GetAccountPasswordPolicyResponse GetAccountPasswordPolicy()
        {
            return GetAccountPasswordPolicy(new GetAccountPasswordPolicyRequest());
        }

Same methods

AmazonIdentityManagementServiceClient::GetAccountPasswordPolicy ( GetAccountPasswordPolicyRequest request ) : GetAccountPasswordPolicyResponse
AmazonIdentityManagementServiceClient