Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.6k
stars
5.64k
forks
source link
[Bug]: I can't see my job on the aws console #6802
I expected to see my job on the aws console after creating it.
Actual behavior
The job does not exist.
Steps to reproduce
1. I copied this code here https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/mediaconvert/src/main/java/com/example/mediaconvert/CreateJob.java
2. I am running the code using my aws account credentials
3. I ran the code and I can see the job id return successfully.
4. I can't find the job on my aws console under MediaConvert jobs.
Expected behavior
I expected to see my job on the aws console after creating it.
Actual behavior
The job does not exist.
Steps to reproduce
Logs / stacktrace (if applicable)
No response
Which SDK were you using?
Java (v2)
Which OS were you using?
macOS
SDK version
2.21.20
OS version
No response