Interface ErrorCodeParser
- 
- All Known Implementing Classes:
- JsonErrorCodeParser
 
 public interface ErrorCodeParserError code parser to parse error code from the response returned by AWS services.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringparseErrorCode(SdkHttpFullResponse response, JsonContent jsonContent)
 
- 
- 
- 
Method Detail- 
parseErrorCodeString parseErrorCode(SdkHttpFullResponse response, JsonContent jsonContent) 
 
- 
 
-