In DynamoDB, what type of HTTP response codes indicate that a problem was found with
the client request sent to the service?
A.
5xx HTTP response code
B.
200 HTTP response code
C.
306 HTTP response code
D.
4xx HTTP response code
In DynamoDB, what type of HTTP response codes indicate that a problem was found with
the client request sent to the service?
In DynamoDB, what type of HTTP response codes indicate that a problem was found with
the client request sent to the service?
A.
5xx HTTP response code
B.
200 HTTP response code
C.
306 HTTP response code
D.
4xx HTTP response code
I agree with the answer. D
D
d
D
If the request is unsuccessful, DynamoDB returns an error. Each error has three components:
An HTTP status code (such as 400).
http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.Errors.html
2xx is success
3xx is redirect error
4xx is client error
5xx is server error
best source for HTTP errors is wikipedia
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
D
D
D