

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 디바이스 섀도우 오류 메시지
<a name="device-shadow-error-messages"></a>

디바이스 섀도우 서비스는 상태 문서에 대한 변경 시도가 실패할 경우 (MQTT를 통해) 메시지를 오류 주제에 게시합니다. 이 메시지는 예약된 `$aws` 주제 중 하나로의 게시 요청에 대한 응답으로만 생성됩니다. 클라이언트가 REST API를 사용하여 문서를 업데이트하는 경우에는 클라이언트가 응답의 일부로 HTTP 오류 코드를 수신하며 MQTT 오류 메시지는 생성되지 않습니다.


****  

| HTTP 오류 코드 | 오류 메시지 | 
| --- | --- | 
| 400(잘못된 요청) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/iot/latest/developerguide/device-shadow-error-messages.html)  | 
| 401(권한이 없음) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/iot/latest/developerguide/device-shadow-error-messages.html)  | 
| 403(금지됨) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/iot/latest/developerguide/device-shadow-error-messages.html)  | 
| 404(찾을 수 없음) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/iot/latest/developerguide/device-shadow-error-messages.html)  | 
| 409(충돌) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/iot/latest/developerguide/device-shadow-error-messages.html)  | 
| 413(페이로드가 너무 큼) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/iot/latest/developerguide/device-shadow-error-messages.html)  | 
| 415(지원되지 않는 미디어 유형) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/iot/latest/developerguide/device-shadow-error-messages.html)  | 
| 429(요청이 너무 많음) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/iot/latest/developerguide/device-shadow-error-messages.html)  | 
| 500(내부 서버 오류) |  [\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/ko_kr/iot/latest/developerguide/device-shadow-error-messages.html)  | 