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

[Help]Getting error in WellArchitected aws service #2510

Closed
niraj-ranjan-comprinno opened this issue Jun 3, 2021 · 5 comments
Closed

[Help]Getting error in WellArchitected aws service #2510

niraj-ranjan-comprinno opened this issue Jun 3, 2021 · 5 comments
Labels
bug This issue is a bug.

Comments

@niraj-ranjan-comprinno
Copy link

I am getting error while calling listWorkloads.
Error is Unsupported Media Type (Service: WellArchitected, Status Code: 415, Request ID: 8acd63db-8a7f-4adf-9188-3b060da968d6, Extended Request ID: null)

Describe the bug

Expected Behavior

Current Behavior

Steps to Reproduce

AwsCredentials credentials = AWSCustomCredentialHandler.getCredential(credential);

WellArchitectedClient wellArchitectedClient = WellArchitectedClient.builder()
.credentialsProvider(new AWSStaticCredentialsProvider(credentials)).region(Region.AP_SOUTH_1)
.build();

ListWorkloadsRequest.Builder listWorkloadsRequest = ListWorkloadsRequest.builder();
ListWorkloadsResponse listWorkloadsResponse = wellArchitectedClient.listWorkloads(listWorkloadsRequest.build());

Possible Solution

Context

Your Environment

  • AWS Java SDK version used:
  • JDK version used:
  • Operating System and version:
@niraj-ranjan-comprinno niraj-ranjan-comprinno added bug This issue is a bug. needs-triage This issue or PR still needs to be triaged. labels Jun 3, 2021
@niraj-ranjan-comprinno
Copy link
Author

@joviegas Please help

@debora-ito
Copy link
Member

Hi @niraj-ranjan-comprinno thank you for reporting this, we'll work on a fix.

@debora-ito debora-ito removed the needs-triage This issue or PR still needs to be triaged. label Jun 7, 2021
@joviegas
Copy link
Contributor

Hi @niraj-ranjan-comprinno
Appreciate your patience 👍
The issue is fixed and available in Release version 2.16.82.

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please 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.

@niraj-ranjan-comprinno
Copy link
Author

Hi @niraj-ranjan-comprinno
Appreciate your patience
The issue is fixed and available in Release version 2.16.82.

Hi @joviegas , Many many thanks

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.
Projects
None yet
Development

No branches or pull requests

3 participants