AmazonChime; Status Code: 400; Error Code: ValidationException #4044
Thalita-Martins
started this conversation in
General
Replies: 1 comment 4 replies
-
@Thalita-Martins can you share a code sample I can use to reproduce the error? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use Amazon Chime to create online rooms, but in some requests the AmazonChime error is being returned; Status Code: 400; Error Code: ValidationException, analyzing the documentation of the CreateAttendee and CreateMeeting endpoints that are called to create a room with a participant I couldn't find any information about what this error could be.
The calls are coming back with error logs:
2023-05-24 16:35:44.705 ERROR 1 --- [nio-8080-exec-9] .f.f.c.CustomDataFetcherExceptionHandler : Exception while fetching data (/createAttendeeBySujeitoAtencao) : Unable to unmarshall exception response with the unmarshallers provided (Service: AmazonChime; Status Code: 400; Error Code: ValidationException; Request ID: a0a8c9f9-54d7-4da1-9520-e4c1bfd80c8f; Proxy: null)
com.amazonaws.AmazonServiceException: Unable to unmarshall exception response with the unmarshallers provided (Service: AmazonChime; Status Code: 400; Error Code: ValidationException; Request ID: a0a8c9f9-54d7-4da1-9520-e4c1bfd80c8f; Proxy: null)
2023-05-24 16:35:40.669 ERROR 1 --- [nio-8080-exec-3] .f.f.c.CustomDataFetcherExceptionHandler : Exception while fetching data (/createAtendeeBySujeitoAtencao) : Unable to unmarshall exception response with the unmarshallers provided (Service: AmazonChime; Status Code: 400; Error Code: ValidationException; Request ID: 6ddd93751-84a3-45ff-8094-b6c0f86c945e; Proxy: null)
com.amazonaws.AmazonServiceException: Unable to unmarshall exception response with the unmarshallers provided (Service: AmazonChime; Status Code: 400; Error Code: ValidationException; Request ID: 6ddd93751-84a3-45ff-8094-b6c0f86c945e; Proxy: null)
Could you please forward us the requests and the logs of these Request ID mentioned in the text so we can evaluate and verify what error is being sent.
Beta Was this translation helpful? Give feedback.
All reactions