Skip to content

Commit

Permalink
fix: ensure skip request is honored
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jul 20, 2023
1 parent 94783cb commit 869c85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/iam-account-setting-password-policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ func ListIAMAccountSettingPasswordPolicy(sess *session.Session) ([]Resource, err
return nil, nil
case iam.ErrCodeServiceFailureException:
return nil, aerr
default:
return nil, aerr
}
}

return nil, err
}

resources = append(resources, &IAMAccountSettingPasswordPolicy{
Expand Down

0 comments on commit 869c85e

Please sign in to comment.