Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input paramter MaxResults is not working properly in ListIdentityProviderConfigsPages API #4457

Open
bigdatasourav opened this issue Jun 28, 2022 · 2 comments
Labels
bug This issue is a bug. p3 This is a minor priority issue

Comments

@bigdatasourav
Copy link

Describe the bug

As per the documentation the maximum value for input parameter MaxResults is 100 in the ListIdentityProviderConfigsPages API call. However, at the time of execution, it generates the below error.

Error: InvalidParameterException: maxResults needs to be 1
{
  RespMetadata: {
    StatusCode: 400,
    RequestID: "77e1f652-1042-4540-87f1-d24192f3c6ef"
  },
  Message_: "maxResults needs to be 1"

Expected Behavior

The API should work with MaxResults 100.

Current Behavior

The API is not working with MaxResults 100.

Reproduction Steps

Execute the API with MaxResults 100

Possible Solution

No response

Additional Information/Context

No response

SDK version used

v1.44.43

Environment details (Version of Go (go version)? OS name and version, etc.)

go v1.18

@bigdatasourav bigdatasourav added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jun 28, 2022
@vudh1
Copy link
Contributor

vudh1 commented Jul 13, 2022

Hi, is there a sample of reproducible code that we can use to see how you got the error above?

@vudh1 vudh1 added response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. and removed needs-triage This issue or PR still needs to be triaged. labels Jul 13, 2022
@bigdatasourav
Copy link
Author

@vudh1 Code reference

@github-actions github-actions bot removed the response-requested Waiting on additional info and feedback. Will move to "closing-soon" in 7 days. label Jul 15, 2022
@RanVaknin RanVaknin added the p3 This is a minor priority issue label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue is a bug. p3 This is a minor priority issue
Projects
None yet
Development

No branches or pull requests

3 participants