I know when dynamo throttles requests and that the AWS sdk retries a throttled request until it succeeds and that apparently a error is returned when dynamo cannot handle more requests. I also read about all the possible dynamoDB errors. Based on this, I deduce that a throttled request is mostly causing latency but no errors/ bad request. Is this correct? How can I see dynamoDB errors due to too much throttling?
Could that kind of error be seen in the error
GUI of the dynamoDB table (see image)?