You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
This is quite an old issue. I apologize for not getting to this sooner. If this is still an issue with the Go SDK v2, please open a new issue there and I will take a look.
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
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.
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
The text was updated successfully, but these errors were encountered: