The request was rejected because it attempted to delete a resource that has attached subordinate entities. The error message describes these entities.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("DeleteConflict")) return null; DeleteConflictException e = (DeleteConflictException)super.unmarshall(node); return e; }